
body {
font-size: 12pt;
font-family: Eurostile, 'Footlight MT Light', Gill Sans, 'Lucida Bright', Didot, Garamond, Georgia;
background-color: #FFF;
background-image: url("../images/bg_main.jpg");
background-repeat: repeat-x;
}


/* Link properties */

a:link {color: #606;text-decoration: none; }
a:visited {color: #606;text-decoration: none; }
a:active {color: #000;text-decoration: none; }
a:hover {color: #F30; text-decoration: underline; }

a.big_links:link {color: #03F;text-decoration: none; }
a.big_links:visited {color: #03F;text-decoration: none; }
a.big_links:active {color: #F30;text-decoration: none; }
a.big_links:hover {color: #4cd4fe; text-decoration: none; }


/* Paragraph properties */


p {
font-size: 12pt;
}

p.big_links {
font-size: 16pt;
font-weight: bold;
color:  #03F;
text-align: center;
}

p.paragraph1 {
font-size: 16pt;
}

p.paragraph2 {
font-size: 18pt;
}

p.caption {
font-size: 10pt;
font-weight: bold;
}

