body {
font-size : 100%;
background-color : #008000;
font-family : Verdana, Times, sans-serif;
margin : 0;
padding : 0;
}
img {
border : #C7E7F7 solid 1px;
padding : 2px;
width:40%;
height:auto;
}
a {
color : blue;
display: block;
border: 3px solid green;
width: 120px;
height : 48px;
}
}
h1, h2, h3 , h4, h5, h6 {
font-family : "Lucida Grande", Geneva, Verdana, Helvetica, sans-serif;
}
h1 {
font-size : x-large;
}
h2 {
font-size : large;
}
h3 {
font-size : medium;
}
h4 {
font-size : large;
}
h5 {
font-size : medium;
color : blue;
}
h6 {
font-size : medium;
}
hr {
height : 1px;
color : #EE6D00;
}
#header {
background : #008000;
color : #FFF;
border-bottom : 1px solid #EE6D00;
}
#header a {
color : #FFF;
}
#header .title {
font-size : 120%;
font-weight : bold;
padding : 3px;
}
#header .nav {
padding : 3px;
}
#content {
text-align : left;
}
#footer {
text-align : left;
}