/* 
Project: Cake Creations by Homewood (www.????)
Author: Matt Bellamy (www.mattbellamy.co.uk)
*/

body {  
background-image : url(../images/background.gif);
background-repeat : repeat;
background-attachment: fixed;
background-color : #FFFFFF;
margin-top : 0px; 
margin-right : 0px; 
margin-bottom : 0px; 
margin-left : 0px;
}

.bgwhite {
background : #FFFFFF;
color : #535342;
}

p, ul, ol {
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #535342;
background : none;
font-style : normal; 
font-variant : normal;
font-weight : normal;
line-height : 130%;
text-decoration : none; 
text-align : left;
}

b, em {
font-weight : bold;
font-style : normal; 
}

i {
font-style : italic; 
}

.quote {
font-family : Helvetica, Arial, Verdana, Tahoma, sans-serif;
color : #666666;
font-size : 17px;
font-weight : bold;
line-height : 150%;
}

.copyright {
color : #000000;
font-size : 10px;
padding-bottom: 10px;
padding-left: 18px;
}

a:visited {  
color : #535342; 
background : none;
text-decoration : underline;
font-weight : normal;
}

a:link {  
color : #535342; 
background : none;
text-decoration : underline;
font-weight : normal;
}

a:hover {  
color : #F0037F; 
background : none;
text-decoration : underline;
font-weight : normal;
}

a:active {  
color : #F0037F; 
background : none;
text-decoration : underline;
font-weight : normal;
}

