body {
        font-family : Arial ;
        color : #FFFFFF;
        background : #808080;
        margin: 0;
}

a {
        text-decoration : none;
        font-size:14pt;
       font-weight:normal;
        background-color : #808080;
        }
a:link {
        color : #FFFFFF;
        background-color : #808080;
}
a:visited {
        color : #FFFFFF;
        background-color : #808080;
}
a:active {
        color : #FFFFFF;
        background-color : #808080;
}
a:hover {
	color: red;
	background-color: #808080;
	text-decoration: none;
}
}
div, p, th, td, li, dd, dl, dt {
        /* redundant selectors to help NS4 not forget */
    font-family:Arial,Verdana,Helvetica,sans-serif;
}

img {
        /* turns off gaps around images */
        border:0
}

h1 {
        font-size:36px;
}

h2 {
        font-size:24px;
}

h3 {
        font-size:20px;
}

h4 {
        font-size:18px;
}

h5 {
        font-size:14px;

}

h6 {
        font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
        font-family:  Arial;
        font-weight: normal;
        color: #FFFFFF;
        background-color: transparent;
        margin:        0px;
}
code, tt, pre {
        font: 12px Arial, monospace;
        color:#FFFFFF;
        background-color:#DAA520;
}
table {
  font-family: arial, sans-serif;
  font-color: #808080;
  text-align: center;


 }
td {
 font-family: Arial;
 text-decoration: none;
 font color:#FFFFFF;

}
 {

 }

 {

 }


