/* CSS Document */

<STYLE>
A  {
	color : #FF0000;
	font-size : x-small;
	font-weight : bold;
	font-family: "Verdana";
}
A:Visited  {
	color : #FF0000;
	font-size : x-small;
	font-weight : bold;
	font-family: "Verdana";
}
A:Active  {
	color : #FF0000;
	font-size : x-small;
	font-weight : bold;
	font-family: "Verdana";
}
A:Hover  {
	color : yellow;
	font-size : x-small;
	font-weight : bold;
	font-family: "Verdana";
}
P {
	color : #999966;
	font-size : x-small;
	font-weight: normal;
	font-family: "Comic Sans MS", "Arial";
	border: none #333333;
	padding: 1px;
	height: auto;
	width: auto;
}
U {
	color : #999966;
	font-size : x-small;
	font-weight: normal;
	font-family: "Comic Sans MS", "Arial";
	border: none #333333;
	padding: 1px;
	height: auto;
	width: auto;
}
text {
	color : #999966;
	font-size : x-small;
	font-weight: normal;
	font-family: "Comic Sans MS", "Arial";
	border: none #333333;
	padding: 1px;
	height: auto;
	width: auto;
}
DIV {
	color : #999966;
	font-size : x-small;
	font-weight: normal;
	font-family: "Comic Sans MS", "Arial";
	border: none #333333;
	padding: 1px;
	height: auto;
	width: auto;
}
H1 {
	color : #FF0000;
	font-size : medium;
	font-weight: bold;
	font-family:  "Comic Sans MS","Arial";
	border: none #333333;
	padding: 1px;
	height: auto;
	width: auto;
}
H4 {
	color : #FF0000;
	font-size : medium;
	font-weight: normal;
	font-family: "Comic Sans MS", "Arial";
	border: none #333333;
	padding: 1px;
	height: auto;
	width: auto;
}
</style>