/* Main body styles for 2008 saved bill board */

/* MAIN SET UP UTILITIES */

body {
background-image : url('images/Happy/bricks.jpg');
background-attachment : fixed; 
background-repeat : repeat;
background-position : top 0%; 
}
 
div { 
margin-right : auto;
margin-left : auto;
width : 765px;
}

.shadowbackground {
background : url('images/Happy/shadow.png');
background-repeat: no-repeat; 
background-color : #fff;
vertical-align : top 0%;
}

p.copy { 
text-align : right;
font-family : Arial, sans-serif;
font-size : 0.09in;
color : #030;
font-weight : 100;
margin : 0.15cm 0 0 0;
}


/* STYLES FOR BILLBOARD PAGES */

p.billboardhead { 
text-align : center;
font-family : "Comic Sans MS", cursive;
font-size : 0.5in;
color : #c00;
font-weight : 700;
margin : .5cm 0 0cm 0;
}

p.billboardbody { 
text-align : left;
font-family : "Comic Sans MS", cursive;
font-size : .14in;
background-color : #fff;
color : #C00;
font-weight : 600;
margin : .2cm 0 0 0;
}


/* THESE ARE THE STYLES FOR THE LINKS */


a:link { 
background-color : #fff;
color : #C00;
font-weight : 600;
text-decoration : none;
margin : 0 0 0 0;
} 

a:visited { 
background-color : #fff;
color : #C00;
font-weight : 600;
text-decoration : none;
} 

a:active { 
background-color : #fff;
color : #C00;
font-weight : 600;
text-decoration : none;
}

a:hover { 
color : #C00;
background-color : #000;
font-weight : 600;
text-decoration : none;
} 

