.styleOne {  font-family: "Times New Roman", Times, serif; color: #000000}

body,div,p,center,td,input,select
	{ font-family: Arial, Helvetica, sans-serif; 
	  font-size: 12px; 
	  font-style: normal; 
	  font-weight: normal; }

h1 { font-size: 16px;
	 font-weight: bold; }
h2 { font-size: 14px;
	 font-weight: bold; }

b { font-weight: bold; }
i { font-style: italic; }
#s { text-decoration: line-through; }
#u { text-decoration: underline; }

a:link { text-decoration: none; 
		 color: #3366ff }
a:active { text-decoration: underline; 
		   color: #33ff33 }
a:visited { text-decoration: none; 
		   color: #00009c }

.blue { color: #0000ff }
.green { color: #00ff00 }
.seagreen { color: #b4eeb4 }
.red { color: #ff0000 }
.purple { color: #9400d3 }
.black { color: #000000 }
.grey { color: #cccccc }

.big { font-size: 13px }
.bigger { font-size: 15px }
.biggest { font-size: 17px }
.small {font-size: 11px }
.smaller { font-size: 9px }
.smallest { font-size: 7px }

.courier { font-family: Courier, Courier New, monospace; }
