#
# Main MSU 80 Style file
#

a{color: #00AAEE;}
a:link {color: #00AAEE;  text-decoration: none;}
a:visited {color: #00AAEE;  text-decoration: none;}
a:hover {color: #00FFDD;  text-decoration: none;}
a:active {color: #00FFDD;  text-decoration: none;}


body {
	height: 100%;
	margin: 0;
	color: white;
	background: linear-gradient(#004488,#002244);
	background-size: no-repeat;
	background-attachment:fixed;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 16px;
}

tr.light {
	background-color: #0055aa;
}

td {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 16px;
}


.li16 {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 16px;
}

.li18 li{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 18px;
}

.usn {
	user-select: none;
}	

