﻿table#Advert {
	width: 620px;
	border-width: 2px;
	border-style:solid;
	border-color:#800000;
	background-color: #333333;
	text-align: left;
}

table#Sale {
	width: 620px;
	border-width: 1px;
	border-style:solid;
	border-color:#6b6cd7;
	background-color: #333333;
	text-align: left;
}

h5 { 
	 font-family: Arial; 
	 font-size: 14px;
	 color: #ffc0c0;
	 margin-top:5px;
	 margin-bottom: 5px;
	 font-weight: bold;
} 

A.lightblue:Visited {text-decoration: None; color: #c0ffff}
A.lightblue:Link {text-decoration: None; color: #c0ffff}
A.lightblue:hover {text-decoration: underline; color: #c0ffff}

