body
{
    font-size: 16pt;
    background-image: none;
    color: #00ccff;
    font-family: 'Comic Sans MS' , Tahoma, arial, 'arial Black' , Verdana, 'Times New Roman';
    background-color: #004080;
}
a {
	text-decoration: none;
	color: #00ffff;
}

a:visited {
	color: #00ffff;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:active {
	color: #00ffff;
}


#heading
{
    font-size: 20pt;
    font-weight: bold;
}
#subheading
{
    font-size: 18pt;
    font-weight: bold;
}
#textbody
{
    font-size: 16pt;
    text-align: justify;
    text-decoration: none;
}
#text
{
    font-size: 16pt;
    text-align: left;
    text-decoration: none;
}
#news
{
    font-size: 16pt;
    font-color: #000000;
    text-align: left;
    text-decoration: none;
}
img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.subheading
{
    font-size: 18pt;
    font-weight: bold;
}
.textbody
{
    font-size: 16pt;
    text-align: justify;
    text-decoration: none;
}
.text
{
    font-size: 16pt;
    text-align: left;
    text-decoration: none; 
}
.news
{
    font-size: 16pt;
    font-color: #000000;
    text-align: left;
    text-decoration: none;
}