.title{
		font-family:arial;
		font-size:18;

		}

.text{	font-family:arial;
		font-size:12;
		color:#000066;
		font-weight:bold

		}

.nav{	font-family:comic sans ms;
		font-size:13;
		font-weight:bold

		}
.highlight { font-family: comic sans ms; font-size:12; font-weight:bold; cursor:pointer }

.unhighlight { font-family: comic sans ms; font-size:12; font-weight:bold; background: #CCCCFF; cursor:pointer; }

.down { font-family: arial; font-size:12; color:white; background: #FFCE9C; cursor:pointer; }

a:link { font-family: comic sans ms; font-size: 13; color:#000066; font-weight: bold; text-decoration: none}
a:active { font-family: comic sans ms; font-size: 13; color:#000066; font-weight: bold; text-decoration: none}
a:visited { font-family: comic sans ms; font-size: 13; color:#000066; font-weight: bold; text-decoration: none}
a:hover { font-family: comic sans ms; font-size: 13; color:blue; font-weight: bold; text-decoration: underline}

.form { 
	font-family: arial; 
	font-size: 13; 
	background: #FFFFFF; 
	border: #7F9DB9 1px solid;
}

.button { 
	font-family: arial; 
	font-size: 13; 
	border-bottom:#081BCB 1px solid; 
	border-right:#081BCB 1px solid; 
	border-left:#081BCB 1px solid; 
	border-top:#081BCB 1px solid; 
	background-color:#BCD3FC; 
	cursor:hand 
}