/* Main colors: ff6600(orange), cc6600(darker orange), aaaaaa(grayish), 999999(slightly different gray). */

/*LINKS*/

A:link
{ text-decoration: none; color:#aaaaaa }
A:visited
{ text-decoration: none; color:#aaaaaa }
A:active
{ text-decoration: none; color:#aaaaaa }
A:hover
{ text-decoration: underline; color:#999999; }

/*BODY*/

body 
{ background-color: ff6600;
font-family: Verdana, Arial, New York; 
font-weight: 400;
color: 000000; }

/*PARAGRAPH*/

p:first-letter
{ font-size: 150%; }
p
{ text-align: justify; }

/*SMALLPRINT*/

.smallprint
{ font-size: 50%;
color;#cc6600
font-weight: light; }

/*BOLD*/

.bold
{ font-weight: 700;
font-size: 120%;}
