@import url("items.css");
@import url("rightSide.css");
@import url("menu.css");
@import url("admin.css");
@import url("calendar.css");

.dascode
{
	background-color: White;
	border: 1px solid silver;
	font-family: Lucida Console, Courier New, Verdana;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a, a:link, a:visited, a:active
{
	color: #f1ccfa;
	text-decoration: none;
}

table, td
{
	font-size: 8pt;
	color: white;
	font-family: Arial, Tahoma, Verdana;
}

.sideBox
{
	padding-left: 14px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 9pt;
	width: 206px;
}

.sideTitle
{
	color: Black;
	font-size: 8pt;
	font-weight: bold;
}


a.navMast, a.navMast:link, a.navMast:visited, a.navMast:active
{
	color: white;
}

a.navMast:hover
{
	color: silver;
}

img
{
	border: 0px;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ffffff;
	color: Black;
	text-align: left;
}

ul
{
	margin-left: 15px;
}

#postTitle
{
}

.postTitle .postTitle a, .postTitle a:link, .postTitle a:visited, .postTitle a:active
{
	color: White;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.postTitle a:hover
{
	color: #f1ccfa;
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}

