/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("calendar.css");
@import url("pageLayout.css");
@import url("dasBlog.css");
@import url("colors.css");
@import url("admin.css");

.smallestTag { font-size: xx-small; }
.smallerTag { font-size: x-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largerTag { font-size: x-large; }
.largestTag { font-size: xx-large; } 

A, A:link, A:visited, A:active  { font-weight: bold; text-decoration: none; }

body
{
	margin: 0px;
	font-size : 11.5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color : #FFFFFF;
}

A:link
{
	color : #1C9F99; 
	text-decoration : underline; 
} 

A:visited
{
	color : #839B37; 
	text-decoration : underline; 
} 

A:active , A:hover
{
	color : #00B0F6; 
	text-decoration : none; 
}

ul, ol , p, td
{
	font-size : 11.5px; 
	font-weight:normal;
	color: #0158C2;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 

li { margin-bottom:10px; }

p
{
	padding-top:0;
	margin-top:0;
}

.stxt
{
	font-size:10.5px;
}
a.fl:link,a.fl:visited {
	font-weight: bold;
	color: #94AB51;
}

a.fl:hover {
	font-weight: bold;
	color: #4A9AFB;
	text-decoration: none;
}

a.flAT:link,a.flAT:active,a.flAT:visited,a.flAT:hover {
	font-weight: bold;
	color: #00A5D5;
	text-decoration: none;
}

/* pre { white-space: normal; overflow: auto; } */