/* CSS Document */
body
{
margin:0;
background-image:url(../images/page_background.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}

.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#060606;
text-decoration:none;
font-weight:normal;
text-align:justify;
}
.purple
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#a67aa8;
text-decoration:none;
font-weight:bold;
text-align:justify;
}
.border
{
border:1px double #999999;
}
