a:link {color: 00ffff; font-weight: bold; text-decoration: none;}
a:visited {color: 00ff99; font-weight: bold; text-decoration: none;}
a:hover {color: violet; font-weight: bold;}
a:active {color: ffa500; font-weight: bold;text-decoration: none;}


body {background-color: firebrick; color: ffffff; text-align: center;

scrollbar-face-color:maroon;
scrollbar-highlight-color:75d5e8;
scrollbar-3dlight-color:ffffff;
scrollbar-shadow-color:0d87b6;
scrollbar-darkshadow-color:000000;
scrollbar-arrow-color:ffffff;
scrollbar-track-color:red;}

h1, h2, h3, h4, h5, h6, h7,{color: ffffff; font-family: times new roman;text-decoration: underline;}

hr {color: ffffff; text-align: left;}

p {color:ffffff;}
p.first {font-size: 40px; font-family: poornut; text-align: center;}
p.second {font-size:15px; font-style: italic; text-align: center;}


span {font-style: bold; font-size: 20px}

div.container {width:98%; margin:1%;}
  table.table1 {text-align:center; margin-left:auto; margin-right:auto; width: 85%;}

td {background-color: maroon; border: none; text-align: left; padding: 10px}

tr {background-color: maroon; border: none; text-align: left;}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: red;
}

