/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	background-image: url(images/blue.gif);
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: repeat;
	margin-top: 0;
	margin-left: 0;
	
}
P{
	font-family: arial;
}
P.medium{
	font-size: medium;
}
P.mono{
	font-family: monospace;
	font-size: small;
}
P.title{
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: #7a1f31;
}
P.title2{
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: #7a1f31;
}
P.menuhead{
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	color: #bbddff;
}
LI{
	font-family: arial;
}
UL{
	font-family: arial;
}

P.footer{
	font-family: arial;
	font-size: x-small;
}
P.small{
	font-size: small;
}
P.header{
	font-family: arial;
	font-size: 15pt;
}
P.large{
	font-family: arial;
	font-size: large;
	font-weight: bold;
}
TD{
	font-family: arial;
}
TD.tarea{
	font-family: monospace;
	font-size: small;
}
TD.menu{
	font-size: 12px;
	color: #bbddff;
}
textarea{ font-family: monospace }
.e80{
	font-size: .8em;
}
a{
	color: blue;
}
a.menu{
	font-size: 12px;
	color: white;
}
a:visited{
	color: #888888;
}
a.menu:visited{
	color: #eeeeee;
}
a:active{
	color: red;
}
a:hover{
	color: #006600;
}
a.menu:hover{
	color: #bbddff;
}


