.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #FFFF33;
}
body{
	background-color:#CCCCCC;

}
.text a{
color:#000000;
text-decoration: none;
}
.text a:hover{
color:#000000;
text-decoration: underline;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
.style2 {font-size: x-large}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #999999;
	margin-left: 20px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.style5 {
	font-size: x-large;
	font-weight: bold;
}
.style6 {
	font-size: medium;
	font-style: italic;
}
.style7 {font-size: smaller}
.style8 {font-size: smaller; font-weight: bold; }
