﻿/*this first part is to set the font style, color and size of your text, as well as the background color of the page */ 
body { 
background-color:#fff; 
font-family: Verdana, Arial, sans-serif; 
font-size: 5; 
color: #000; 
margin:auto; 
padding:0; 
text-align:left; 
background-image:url(http://www.stay-young-beauty-secrets.com/images/back-image-2.gif); 
background-attachment:fixed; 
background-repeat:repeat-y; 
background-position:top center;} 

} 

/*this changes the headings, you can alter the size font type, and the color of these */ 

h1 { font-family: Verdana, Arial, sans-serif; font-size: 150%; color: #000} 
h2 { font-family: Verdana, Arial, sans-serif; font-size: 116%; color: #000} 
h3 { font-family: Verdana, Arial, sans-serif; font-size: 108%; color: #000} 

/*This affects how your links look. At the moment, they show as blue, and underlined. They change to white text with a blue background color when the pointer passes over them */ 

a { font-family: Verdana, Arial, sans-serif; 
font-size: 100%; color: #000099; text-decoration: underline; 
} 

a:hover { font-family: Verdana, Arial, sans-serif; 
font-size: 100%; 
background-color: #000066; 
color: #fff; 
} 

 /*This creates a 50 point indent - use this --- <P CLASS="indented"> */
<!--
.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
-->
 /*This creates big red text -- Are you <SPAN CLASS="bigred">crazy?</SPAN>
 */



.bigred
{
font-size: 130%;
color:red;
font-weight:900;
}




