BODY {
	margin-left: 10%;
	margin-right: 10%;
	background-color : white;
	color: black;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}
TD {
	color: black; 
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	}

.blocktitle {
	background-color: navy;
	color: white;
	font-size: 14pt;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	width = 80pt;
	}

.blockcontent {
	background-color: white;
	color: black;
	font-size: 11pt;
	font-family: verdana, arial, sans-serif;
	padding-left: 1em;
	}

.gnr {
	background-color: green;
	color: yellow;
	font-size: 11pt;
	font-family: verdana, arial, sans-serif;
	padding-left: 1em;
	}

.rt {
	background-color: gray;
	color: yellow;
	font-size: 11pt;
	font-family: verdana, arial, sans-serif;
	padding-left: 1em;
	}

.esp {
	background-color: teal;
	color: yellow;
	font-size: 11pt;
	font-family: verdana, arial, sans-serif;
	padding-left: 1em;
	}



H1 {
	color: red; 
	font-size: 28px;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	}

H2 {
	color: white; 
	font-size: 16px;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	}

a, a.link,a.visited {
	color : white;
	text-decoration: none;
	border-bottom : 0px solid #666699;
	border-top : 0px solid #666699;
	font-weight : bold;
	}

a:hover {
	color : silver;
	font-weight : bold;
	text-decoration: underline;
	}

.caption {
	color: black; 
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	}


.box {
	background-color: gray;
	padding-left: 1em;
	}
