/* CSS Document */

P {
	font-size : 200%;
	color : black;
	font-family: Tahoma;
}
H2 { font-size :200%; }

a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

.text2 {
	font-family: Tahoma;
	font-size: 200%;
	color: #990000;
}

.title1 {
	font-family: Tahoma;
	font-size: 200%;
	color: #0000033;
	font-weight: bold;
}
