
body {
background-color: #FFFFFF;
background-image: url("images/brick.jpg"); 
color: black;
line-height: 130%;
font-size: 14px;
font-family: helvetica, arial, "sans serif";
margin: 50px;
}

h1 { 
font-size: 32px; 
font-weight: 800; 
}

h2 { 
font-size: 22px; 
font-weight: 800; 
}

h3 { 
font-size: 18px; 
font-weight: 800; 
}

h4 { 
font-size: 16px; 
font-weight: 800; 
}


p { 
margin-left: 15px; 
}

hr.big {
height: 30px;
background-image: url("images/stripe_green.jpg");

}

a:link {
color: #007700;
text-decoration: none;
}

a:visited {
color: #006600;
text-decoration: line-through;
}

a:hover {
color: #CC0000;
}

a:active {
color: #CC6666;
}

