body {background-color:navy;
       scrollbar-base-color:blue;
       scrollbar-arrow-color:white;
       scrollbar-highlight-color:white;
       scrollbar-shadow-color:white;}

a:link
{color:blue;
 text-decoration:none}

a:visited
{color:blue;
 text-decoration:none}

a:hover
{color:red}

a.menu:link 
{font-size:x-small;
 color:blue;
 text-decoration:none}

a.menu:visited
{font-size:x-small;
 color:blue;
 text-decoration:none}

a.menu:hover
{font-size:x-small;
 color:yellow;
 background-color:black}

p.text
{border:thin dotted blue;
 padding:10px;
 width:250px;
 height:200px;
 overflow:auto}

