﻿body 
{
		font-size:12px;
	margin-top:0;
	margin-bottom:0;
	background-image:url(../Image/abcd.jpg);
}
.d a:link
{
    text-decoration:none;
    color:Yellow;
}
.d a:active
{
    text-decoration:none;
    color:White;
}
.d a:visited
{
    text-decoration:none;
    color:Yellow;
}
.d a:hover
{
    text-decoration:none;
    color:White;
}
.b a:link
{
    text-decoration:none;
    color:White;
}
.b a:active
{
    text-decoration:none;
    color:Yellow;
}
.b a:visited
{
    text-decoration:none;
    color:White;
}
.b a:hover
{
    text-decoration:none;
    color:Yellow;
}
a:link
{
    text-decoration:none;
    color:Black;
}
a:active
{
    text-decoration:none;
    color:Red;
}
a:visited
{
    text-decoration:none;
    color:Black;
}
a:hover
{
    text-decoration:none;
    color:Red;
}
.t
{
	line-height:30px;
}
.t1
{
	line-height:25px;
}
.s a:link
{
    text-decoration:none;
    color:White;
}
.s a:active
{
    text-decoration:none;
    color:Red;
}
.s a:visited
{
    text-decoration:none;
    color:White;
}
.s a:hover
{
    text-decoration:none;
    color:Red;
}
