/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 text-align: justify;
 color: brown;
 font-weight:bold;
 font-family:arial;
 }

h4, h3,h2,h1 {
 margin:0; 
 padding: 7px 0;
 }

h2{
 color:#696969;
}

h3{
 color:Navy;
 font-wight:900;
}

hr{
 color:white;
 size:1px;
}
a{
text-decoration:none;
color: brown;
font-family:arial;
font-size:8pt;
font-weight:800;
}
a:link{
text-decoration:none;
color: blue;
font-size:8pt;
font-weight:800;
}
a:hover{
text-decoration:none;
color: brown;
font-size:8pt;
font-weight:800;
}

td.menu {
border-bottom: 1px #ffffff solid;
}

.center a{
text-decoration:none;
color: blue;
font-family:arial;
font-size:15pt;
font-weight:900;
}

.center a:link {
text-decoration:none;
color: blue;
font-family:arial;
font-size:15pt;
font-weight:900;
}

.center a:hover {
text-decoration:none;
color:maroon;
font-size:15pt;
font-weight:900;
}






























