h1 {
font-size : 125%;
font-family : Arial;
color : #008000;

}

h2 {
font-size : 150%;
font-family : Arial;
color : #008000;

} 

h3 {
font-size : 175%;
font-family : Arial;
color : #008000;

} 

BODY {
font-size : 100%;
font-family : Arial, times;
color : #008000 ;
}


A:link  {
font-size : 100%;
font-family : Arial;
color : #008000 ;
text-decoration : underline;
} 

A:visited {
font-size : 100%;
font-family : Arial;
color : #008000 ;

text-decoration : underline;
}

A.one:link  {
font-size : 120%;
font-family : Arial;
color : #008000 ;
text-decoration : underline;

} 

A.one:visited {
font-size : 120%;
font-family : Arial;
color : #008000 ;
text-decoration : underline;

}
