A{
	color : darkblue;
	text-decoration :none;
}

A:hover{
	color : red;
	text-decoration : none;
}
#sclink A{
	color : green;
	text-decoration :none;
	font-size:10px;
}

#sclink A:hover{
	color : red;
	text-decoration : none;
        font-size:10px;
}
A img{
	border:none;
}

.bodytable {
 border-right: 4px solid #5151DC; 
 border-left: 4px solid #4040D9;
 background-color: #F9FBFD;
background: url(./img/bg.jpg);
}

body {
	font-family: arial,verdana, helvetica;
	font-size: 12px;
	color: #000066;
	margin: 0px;
	background: url(./img/bg2.jpg);
}

p {
	font-family: arial,verdana, helvetica;
	font-size: 12px;
	color: black;
}

.title {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	color: darkblue;
}

.footer{
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	text-align:center;
	font-weight:normal;
	border-style:none;
        color:black;
	background-color: #ffffff;
}
