/* formate.css */

body {
 margin-top: 40px;
 margin-left: 10px;
 margin-right: 20px;
 margin-bottom: 20px;
 font-family: Verdana;
 font-size: 10pt;
 text-align: left;
 color: #000080; /* darkblue */
}

h1 {
 font-size: x-large;
}

h2 {
 font-size: large;
}

h3 {
 font-size: 12pt;
}

a:link {
 text-decoration: none;
 color: darkblue;
}
a:hover, a:focus {
 font-weight: bold;
}
a:visited {
 text-decoration: none;
 color: #800000; /* rusty red */
}
a:active {
 text-decoration: none;
 color: #000000; /* black */
}