@charset "ISO-8859-1";
body {
margin: auto;
background: #ff9999 none repeat scroll 0% 50%;
font-family: "Times New Roman,Times,Serif";
width: 1000px;
}
h1 {
color: #000000;
font-size: 19pt;
text-align: left;
}
h2 {
color: #000000;
margin-left: 20px;
font-size: 18pt;
}
h3 {
color: #991500;
text-align: center;
font-size: 16pt;
}
p {
color: #000000;
font-size: 14pt;
text-align: justify;
}
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;
}
#left1 {
border: none;
width: 420px;
float: left;
margin-left: 4px;
background-color: #ff9999;
}
#right1 {
border: none;
overflow: hidden;
padding-left: 10px;
padding-right: 20px;
}
#footer {
background-color: #ff9999;
clear: both;
}
#header {
background-color: #ff9999;
padding-right: 20px;
margin-left: 4px;
}
#Logo {
float: left;
padding-top: 4px;
padding-right: 4px;
}
#Mail {float: right; margin-right: 80px;
}