﻿body
{
background-image:url('bk_image.jpg');
background-repeat:no-repeat;
background-color: Black;
background-position: top center;
}
a.red:link {text-decoration: none; color: white}
a.red:visited {text-decoration: none; color: white}
a.red:hover {text-decoration: none;  color: white}

a.red2:link {text-decoration: none; color: red}
a.red2:visited {text-decoration: none; color: red}
a.red2:hover {text-decoration: none;  color: red}


a.blue:link {text-decoration:none}
a.blue:visited {text-decoration:none}
a.red:hover {text-decoration:none}
