body { font-family: "Times New Roman", Times, serif; 
	color: #004080; 
	background-image: url(comp010.jpg); }
p { text-align:center }
a:link { color: #0000ff; 
	text-decoration: none; }
a:visited { color: #0000ff; 
	text-decoration: none; }
a:hover { color: #0000ff; 
	text-decoration: underline overline; }
h1 { font-size: 30px; 	color: blue; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 15px; }
font { font-family: "Times New Roman", Times, serif; 
	color: #ff0000; }
.red { color: #FF3300; }
.green { color: green; }
.mvr { color: #c71585; }
.sick { color: #c71585; 
	font-weight: bold; }
.reverse { color: white; background-color: black; }
.extra { color: #0000FF; background-color: aqua; 
	font-weight: bold; 
	border:solid 1 blue; }
.blue { color: #0000FF; }
table { border: solid white 0px;
	cell-spacing: 15px; 
	width: 100%; 
	background-image: url(comp010.jpg); }
th { border: solid white 0px; 
	align:center; 
	color: #004080; 
	font-family: "Times New Roman", Times, serif; 
	background-image: url(comp010.jpg); }
td { border: solid white 0px;
	text-align:center;
	vertical-align:top;
	font-family: "Times New Roman", Times, serif; 
	color: #004080; 
	background-image: url(comp010.jpg); }
.left { text-align:left; }
.right { text-align: right; }
.borders { border: solid while 1px; }
.backwards { color: azure; 
	background-image: url(comp010.jpg); }

