@charset "ISO-8859-1";
body {
margin: auto;
width: 1000px;
font-family: "Times New Roman";
background-color: #ff9999;
}
p {
color: #000000;
font-size: 15pt;
text-align: center;
}
h1 {
color: #007800;
font-size: 21pt;
text-align: center;
}
h2 {
color: #007800;
font-size: 19pt;
text-align: center;
}
h3 {
color: #000000;
font-size: 18pt;
}
div#header {
margin-left: 80px;
margin-top: 30px;
margin-bottom: 15px;
}
div#left {
float: left;
margin-left: 5px;
width: 407px;
height: 550px;
padding-top: 40px;
}
div#right {
float: right;
width: 352px;
}
div#middle {

}
div#footer {
}
a.text:link {
font-family: "Times New Roman",Times,Serif;
font-size: 18pt;
font-weight: 500;
text-decoration: none;
color: #000000;
background-color: #bc7171;
}
a.text:visited {
font-family: "Times New Roman",Times,Serif;
font-size: 18pt;
font-weight: 500;
text-decoration: none;
color: #0000ff;
background-color: #bc7171;
}
a.text:active {
font-family: "Times New Roman",Times,Serif;
font-size: 18pt;
font-weight: 500;
text-decoration: none;
color: #00ff00;
background-color: #bc7171;
}
a.text:hover {
font-family: "Times New Roman",Times,Serif;
font-size: 18pt;
font-weight: 500;
text-decoration: none;
color: #ff0000;
background-color: #00ffff;
}
#text {text-align: left;
}