

div#home {
background-color: #ffffff;
}

body {
background-color: #ffffff;
}

.frame {
background-color: green;
font-family: Times, "Times New Roman", serif;
font-size: 12pt;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: white;
vertical-align: top;} a.frame:link {
color: white;
background: transparent; 
font-size: 12pt;
font-weight: bold;
font-style: normal;
font-family: Times, "Times New Roman", serif;
text-decoration: underline;}

a.frame:visited {
color: yellow;
background: transparent; 
font-size: 12pt;
font-weight: bold;
font-style: normal;
font-family: Times, "Times New Roman", serif;
text-decoration: underline;}

a.frame:active {
background: transparent; 
font-size: 12pt;
font-weight: bold;
font-style: normal;
font-family: Times, "Times New Roman", serif;
text-decoration: underline;
color: #ff9215;}

a.frame:hover {
color: red;
background: white; 
font-size: 12pt;
font-weight: bold;
font-style: normal;
font-family: Times, "Times New Roman", serif;
text-decoration: underline;}
 
a:link {
color: red;
background: transparent;
text-decoration: underline;
font-family: Times, "Times New Roman", serif;
}

a:visited {
color: #990000;
background: transparent;
text-decoration: underline;
font-family: Times, "Times New Roman", serif;}

a:active {
background: transparent;
text-decoration: underline;
font-family: Times, "Times New Roman", serif;
color: #ff8515;}

a:hover {
color: white;
background: green; 
font-family: Times, "Times New Roman", serif;
text-decoration: underline;}


