﻿body {
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: small;
    COLOR: #2b3188;
    }

a:link, a:visited {
    font: verdana;
    font-size: small;
	font-weight : bold; 
	text-decoration : none;
	color: #2b3188;
	background: transparent; 
	}

a:hover {
    font: verdana;
    font-size: small;
	font-weight : bold; 
	text-decoration : none;
	color: #f30d0d;
	background: transparent; 
	}

a:active {
    font: verdana;
    font-size: small;
	font-weight : bold; 
	text-decoration : none;
	color: #2b3188;
	background: transparent;  
	}
	
a img {
  border-width:0;
  }
  
.plain 
{
    background-color: White;
    font: verdana;
    font-size: small;
    border-width:2;
    padding: 10px;
}
