﻿body
{
    background-color: #CE1443;
}
a 
{
	text-decoration: none;
	color: white;
}

a:visited 
{
	color: white;
}

a:hover 
{
	text-decoration: underline;
	color: white;
}

a:active 
{
	color: white;
}
img
{
    border: 3px solid #002B5E;
}