/* name == worryfreepower.css  */
h1 {color: #49619A; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; text-transform: capitalize}

/* h2 {} */
/* comment  */
/* text-transform: uppercase, text-transform: lowercase and text-transform: capitalize */

/* normal text stuff below */
a {color: #000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11pt; background-color: transparent; text-decoration: underline}
a:hover {color: #000; background-color: #F7E60F; text-decoration: none}


/* The background stuff */
BODY{
background-image:url(worry-free-back2.jpg);
background-repeat:repeat-x;
background-color:#F5F6FA;
}


/* to call this use */
/* on the <head> section */

/* <link href="worryfreepower.css" rel="stylesheet" type="text/css"> */
