html,body {
background-color :white;
}

p,ul,li,td {
font-size : 100%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : #698f9c; 
background-color : white;
 
}

h1 {
font-size : 200%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : navy; 
text-align: center;
}

h2 {
font-size : 150%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : yellow;
padding-left:15px;}

a:{color:#698f9c;}

a:visited {color: #698f9c; text-decoration:none; text-align: center;}

a:link {color: #ffcc33; text-decoration:none; text-align: center;}

a:hover {color: #ff730d; text-decoration:underline; text-align: center;}

#table {
border-style:solid; 
border-width:1px; 
border-color:black;
width:100%;
height:300px;
}

#td { 
border-style:solid; 
border-width:1px; 
border-color:red;
width:50%;
height:300px;}

#table1 {
border-style:solid; 
border-width:2px; 
border-color:yellow;
width:50%;
height:200px;
}

#td1{ 
border-style:solid; 
border-width:1px; 
border-color:red;
width:50%;
height:300px;}


table {
border-style:solid; 
border-width:1px; 
border-color:black;
width:50%;
height:300px;}

td { 
border-style:solid; 
border-width:1px; 
border-color:red;
width:50%;
height:300px;}
