36 lines
637 B
CSS
36 lines
637 B
CSS
body {
|
|
background-color: #FFFFFF;
|
|
background-image: url(images/top_bg.gif);
|
|
background-repeat: repeat-x;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
font-size: 14px;
|
|
}
|
|
.content {
|
|
text-align: left;
|
|
vertical-align: top;
|
|
display: block;
|
|
width: 750px;
|
|
}
|
|
.spacer {
|
|
height: 40px;
|
|
}
|
|
h4 {
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
font-size: 24px;
|
|
font-weight: normal;
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: solid;
|
|
border-bottom-color: #CCCCCC;
|
|
}
|
|
a{
|
|
text-decoration:none;
|
|
color:#8E7D6C;
|
|
}
|
|
a:hover{
|
|
color:#9e9e9e;
|
|
|
|
}
|
|
blockquote {
|
|
padding-left: 23px; line-height:130%;
|
|
margin: 0 40px 15px 0;
|
|
} |