/*** copyright NotePage, Inc. all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

a:link{
	color : #FFFFCC;
	font-weight : bold;
}

a:visited{
	color : #FFFFCC;
	font-weight : bold;
}

a:hover{
	color : #FFFFCC;
	font-weight : bold;
	text-decoration : none;
}

a:active{
	text-decoration : underline;
	color : #FFFFCC;
	font-weight : bold;
}
td{
	background : #004000;
	color : #DCDCDC;
	font : 12px Verdana, Arial, sans-serif;
}

body{
	background : #004000;
	color : #DCDCDC;
	font : 12px Verdana, Arial, sans-serif;
}

h1{
	text-transform : uppercase;
	color : #FFFFCC;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : 1px;
	text-decoration : underline;
}
h2{
	color : #FFFFCC;
	font-size : 13px;
	font-weight : bold;
}

p {
	color : #FFFFCC;
	font : 10px Verdana, Arial, sans-serif;
}

