body {
	background-color:White;
	width:100%; 
	border:0px; 
	position:center
}

a {
	font-family:monospace;
	font-size:12px;
	font-variant:small-caps
}

a:link {color: Black}     /* unvisited link */
a:visited {color: Black}  /* visited link */
a:hover {color: Red}   /* mouse over link */
a:active {color: Purple}   /* selected link */

hr { color:Purple }
p {
	font-family:Arial; 
	font-size:12px; 
	color:#000000; 
	font-weight:normal
}

p.red {
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #ff0000; 
	font-weight:	 bold
}

p.redcap {
	font-variant: 	 small-caps;
	font-size: 	 	 14px; 
	color: 			 #ff0000; 
	font-weight:	 bold
}

p.bld {
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #000000; 
	font-weight:	 bold
}

p.head {
	font-family: 	 Brush Script; 
	font-size: 	 	 16px; 
	color: 			 #000000; 
	font-weight:	 normal
}

img { border: 0px }

blockquote {
	font-family: 	 Arial; 
	font-size: 	 	 12px; 
	color: 			 #000000; 
	font-weight:	 normal;
	padding: 	     1px 1px
} 

h1 {
	font-family: 	Arial;
	font-size:   	16px;
	color:       	#000000;
	font-weight: 	bold;
	font-style: 	normal;
}
	
Standard Text 
.text {
	font-family: 	Arial;
	font-size:   	12px;
	color:       	#000000;
	font-weight:   	normal
}

td.links {
	font-family:	Arial;
	font-size:		12px; 
	background-color:Silver
}

input {
	color:  	  #000000;
	background:   #bbbbbb;
	border: 	  1px solid #781351
}

textarea {
	color:		 #000000; 
	background:  #bbbbbb; 
	border: 	 1px solid #781351
}

select {
	color:		 #000000; 
	background:  #bbbbbb; 
	border: 	 1px solid #781351
}

fieldset {
	border: 	  0px solid #781351;
}

legend {
	font-variant: small-caps;
	color: 		  #781351;
	border: 	  1px solid #781351;
	padding: 	  4px 6px
}