/*main style sheet*/

body {

margin:1%; background-image: url('../paper.gif');

font-family: Arial, Verdana, Helvetica, sans-serif;

font-size: 1.2em;




}

h1, h2 {

font-family: Times, "Arial, Verdana, Helvetica, sans-serif, Times New Roman", serif;

}

h1 {

font-size: 1.4em;

font-weight: bold;

}

h2 {

font-size: 1.2em;

font-weight: bold;

}

a:link {

color: #0000FF;

text-decoration: none;

}

a:visited {

color: #009900;

text-decoration: none;

}

a:hover {

color: #990099;

text-decoration: none;

}

a:active {

color: #FF0000;

text-decoration: none;

}

a.ext:link {

color: #0000FF;

text-decoration: underline;

}

a.ext:visited {

color: #009900;

text-decoration: underline;

}

a.ext:hover {

color: #990099;

text-decoration: underline;

}

a.ext:active {

color: #FF0000;

text-decoration: underline;

}