﻿body,input,select
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}
.title
{
	font-weight: bolder;
	font-size: 39px;
	color: white;
	font-family: Arial, Sans-Serif;
	background-color: #3333ff;
}
.medium,medium:visited
{
	font-weight: bolder;
	font-size: 19px;
	color: #3333ff;
	font-family: Arial, Sans-Serif;
	background-color: white;
	text-decoration:none;
}
.medium:hover
{
	font-weight: bolder;
	font-size: 19px;
	color: white;
	font-family: Arial, Sans-Serif;
	background-color: #3333ff;
	text-decoration:none;
}
