﻿body 
{

}
a
{
	text-decoration: none;
	/*
	font-style:italic;
	color: Silver;
	*/
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: none;
}
hr
{
	color:#0000FF;
	background-color:#0000FF;
	height:1px;
	width:600px;
}