body {     
     font-family: arial, helvetica, sans-serif;
     font-size: 80%;
     color: black;
     background-color: gray;
	 margin: 0em;
     padding: 0; }

 /* By the way, this is a comment */ 

p {
     line-height: 1.5em;
 } 

h1 {
     color: #ffc;
     background-color: #900;
     font-size: 2em;
     margin: 0;
     margin-bottom: 0.5em;
     padding: 0.25em;
     font-style: italic;
     text-align: center;
     letter-spacing: 0.5em;
     border-bottom-style: solid;
     border-bottom-width: 0.5em;
     border-bottom-color: #c00;

 } h2 {
     color: white;
     background-color: #090;
     font-size: 1.5em;
     margin: 0;
     padding: 0.1em;
     padding-left: 1em;
 }

 h3 {
     color: #999;
     font-size: 1.25em;
 }

 img {
     border-style: dashed;
     border-width: 2px;
     border-color: #ccc;
 }

 a {text-decoration: none; }
A:link {text-decoration: none; color: black}
A:visited {text-decoration: none;color: black}
A:active {text-decoration: none; color: black}
A:hover {text-decoration: underline overline; color: red;}

A.red:link {text-decoration: none; color: red; font-size: 15pt; font-weight: bold;font-family: sans-serif;
}
A.red:visited {text-decoration: none;color: red; font-size: 15pt; font-weight: bold; font-family: sans-serif;
}
A.red:active {text-decoration: none; color: red; font-size: 15pt; font-weight: bold; font-family: sans-serif;
}
A.red:hover {text-decoration: underline overline; color: yellow; font-size: 15pt; font-weight: bold;font-family: sans-serif;
}

 strong {
     font-style: italic;
     text-transform: uppercase;
 }

 li {
     color: #900;
     font-style: italic;
 }

 table {
     
	 background-color: transparent;
	 margin-left: auto;
	 margin-right: auto;
	 
	 width: 955px;
 } 
  table.head {
     font-weight:bold;
	 	 background-color: transparent;
	 margin-left: auto;
	 margin-right: auto;
	 table-layout: fixed;
	 width: 955px;
 } 
   table.big {
     font-weight:bold;
	 font-size:20pt;
	 background-color: transparent;
	 margin-left: auto;
	 margin-right: auto;
	 table-layout: fixed;
	 width: 955px;
 } 