<style type="text/css">

p.red 
{
color:red;
font-size:200%;
}

p.big {
color:red;
font-size:110%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a.menu:hover {
	color:purple;
	text-decoration: underline;
}

a.submenu:hover {
	color:#9933CC;
	text-decoration: none;
}

a.menu
{
color:white;
font-weight:bold;
font-size: 16px;
height:"20";
}

a.subMenu
{
color:#333366;
}

a.vryzka
{
text-decoration: underline;
font-weight:bold;
}

a.red
{
color:red;
font-weight:bold;
}

td.reg
{
font-weight: bold;
font-size: 14px;
}

td.subMenu
{
font-weight: bold;
font-size: 14px;
background-color:white;
}

td.light
{
background-color : #333366;
}

td.dark
{
background-color : #000033;
}

img.little
{
height:100%;
width:3;
}

div.cvqt
{
color:white;
}

div.red
{
color:red;
font-weight:bold;
}

a.little
{
color:black;
font-weight: bold;
font-size: 14px;
}

table.border, img.border
{
border: 3px solid purple;
background-color : #E8E8E8;
}
</style> 