﻿BODY
:hover img 
{ border: 2px dashed #FF0000
}

body 
{
   background-color: #ffffcc;
}

p
{
   font-family: Arial,Verdana;
   font-size: 10pt;
   font-weight: normal;
   background-color: #ffffcc;
}
h1 
{
	color:red;font-size: 14pt;
	font-family: Arial,Verdana;
}

p.rot
{
   font-family: Arial,Verdana;
   font-size: 10pt;
   font-weight: bold;
   font-color: #ff0000;
}

A:LINK
{
   color: blue;
   text-decoration: underline;
}

A:VISITED
{
   color: teal;
   font-style: none;
   text-decoration: underline;
}

A:ACTIVE
{
   color: gray;
   text-decoration: underline;
}

A:HOVER
{
   color: purple;
}