ul{

float:left;
width:100%;
padding:0;
margin-left:20px;
list-style-type:none;
}
ul a
{
float:left;
width:13em;
text-decoration:none;
font:normal bold 12px/30px tahoma,sans-serif;
text-align:left;
}

li {display:inline}
a:link {color:#808080}    /* unvisited link */
a:visited {color:#808080} /* visited link */
a:hover {color:#006ab3}   /* mouse over link */
a:active {color:#13b6ce}  /* selected link */
a {text-decoration:none}        		

p {
font-size : 80%;
font-weight : bold;
font-family : tahoma;
color : #808080;
text-align : justify;
white-space : normal;
}

h1{
font-size : 80%;
font-weight : bold;
font-family : tahoma;
color : #000000;
text-align : left;
white-space : normal;
}


h2 {
text-align : left;
margin-left : 5px;
font-size : 95%;
font-weight : bold;
font-family : tahoma;
color : #808080;
}

h3 {
text-align : center;
font-size : 90%;
font-weight : bold;
font-family : tahoma;
color : #000000;
}

h4 {
text-align : left;
font-size : 80%;
font-weight : bold;
font-family : tahoma;
color : #808080;
}

h5 {
text-align: justify; 
font-size: 80% ; 
font-weight: bold; 
font-family: tahoma; 
color : #000000;
}
h6 {
font-size : 90%;
font-weight : bold;
font-family : tahoma;
color : #3300cc;
text-align :center;

}

a.one:link {color:#3300cc;}
a.one:visited {color:#3300cc;}
a.one:hover {color:red;}

a.two:link {color:#000000;}
a.two:visited {color#000000;}
a.two:hover {color:red;}


a.three:link {color:#7e7b77;}
a.three:visited {color#7e7b77;}
a.three:hover {color:red;}

td{
padding-right: 2% ; padding-left: 2%
}
body { background-color:#FFFFEF} 


