* {
margin: 0;
}
body {
background-color: #ffffff;
margin: 0px;
font-size: 16px;
line-height: 24px;
font-family: "times new roman", verdana, helvetica,serif;
color: #000000;
letter-spacing: 1px;
}
#content {
top: 450px;
width: 500px;
text-align: justify;
margin: 10px auto;
}
p {
margin-top: 12px;
margin-bottom: 12px;
margin-right: 25px;
font-size: 16px;
line-height: 24px;
font-family: "times new roman", verdana, helvetica,serif;
color: #000000;
letter-spacing: 1px;
}
a:link {
color : #330099;
text-decoration : none;
font-weight: bold;
background : #ffffff;
background-image : none;
}
a:visited {
color : #666699;
text-decoration : none;
background : #ffffff;
background-image : none;
}
a:hover {
color : #666699;
text-decoration : none;
background : #ffffff;
background-image : none;
}
a:active {
color : #666699;
text-decoration : overline underline;
background : #ffffff;
background-image : none;
}
h1 {
padding-bottom: 24px;
margin-top: 24px;
margin-bottom: 24px;
font-size: 16px;
line-height: 30px;
font-family: "times new roman", verdana, helvetica, serif;
color: #000000;
letter-spacing: 6px;
border-bottom: 1px solid #000000;
text-align: right;
}