a {
	text-decoration:none;
	color: #0033FF;
}
a:hover {color:#ff0000}

body,table {
	font-size: 10pt;
}

.title{
	font-size: 20px;
	color: #FF00FF;
	font-weight: bold;
}

.subt{
	font-size: 14px;
	color: #0033FF;
	font-weight: bold;
}

body{
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}

form{
	margin: 5px;
}