a:link {
text-decoration: none; 
color: blue; 
}
a:visited {
text-decoration : none; 
color: blue; 
} 
a:active {
text-decoration : none; 
color: blue; 
} 
a:hover {
text-decoration : underline; 
color : blue; 
}

body {
background : #F8F8FF;
}

body,p,td,th {
font-family : verdana;
color : black; 
font-size : 12px; 
line-height : 1.3; 
} 

.info, .info p {
text-align: left;
background-color : lightgrey;
padding: 5px;
font-size: 10px;
margin: 10px 0px;
}

table, td, th
{
    border-color: #600;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td, th
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFC;
}

h1 {
text-transform:capitalize;
font-weight: normal;
font-size: 140%;
background-color: #708090;
color: white;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 4px;
margin-top: 0px;
margin-bottom: 1px;
}

h2 {
text-transform:capitalize;
font-weight : normal;
font-size : 100%;
background-color : #708090;
color : white;
margin-top: 1px;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 4px;
}

h3 {
text-transform:capitalize;
font-weight : normal;
font-size : 100%;
background-color : #708090;
color : white;
padding-left:3px;
}

h4 {
text-transform:capitalize;
font-weight : bold;
font-size : 100%;
padding-left: 0px;
}

hr {
margin: 0;
color : gray;
height : 2px;
}

ul {
list-style : square;
margin-left : 0px;
}

img {
border-width : 0;
}
