/* style01.css */

body {
background-color: cornsilk;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0
}

a: {
color: #0000cc;
font-family: verdana;
font-size: 10pt
}

a:link {
color: #0000cc;
font-family: verdana;
font-size: 10pt;
text-decoration: none
}

a:active {
color: #0000cc;
font-family: verdana;
font-size: 10pt;
text-decoration: none
}

a:visited {
color: #0000cc;
font-family: verdana;
font-size: 10pt;
text-decoration: none
}

a:hover {
color: #cc00cc;
font-family: verdana;
font-size: 10pt;
text-decoration: underline
}
