body{
	background-color: white;
	color: black;
	font-size:10pt;
	margin: 5px;
}

a{
	text-decoration: none
}

a:link{
	color: blue;
}

a:visited{
	color: blue;
}

a:active{
	color: red;
}

a:hover{
	color: red;
}

div.head{
	color: yellow;
	text-align: center;
	font-size: 24pt;
}

div.info{
	text-align: right;
	font-size: 10pt;
}

div.subject{
	color:yellow;
	font-size: 18pt;
}

abbr, acronym{
	cursor: help;
	font-style: nomal;
}

code{
	color: fuchsia;
	font-family: Courier, monospace;
	font-size: 14pt;
}

