@charset "utf-8";
/* CSS Document */

img
{
 border-color: #6699ff;
}

<!--
   A:link {text-decoration: none} A:visited {text-decoration: none}
   A:active {text-decoration: none}
-->

A:link	{color: #0099ff;}
A:visited	{color: #3366cc;}
A:hover	{color: #ff3333; text-decoration: underline;}

p {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666} 

body {
background-color: #6699ff;
background-image:url('pics/_bg.jpg');
}


