/*
*HTML CSS
*/

body
{
	font-family: verdana;	
}

a.std
{
	font-size: 10px;
	text-decoration: none;		
    font-weight: bold;
    color: #932D1F;	
}
a.std-hover
{
	font-size: 10px;
	text-decoration: none;		
    font-weight: bold;
    color: #932D1F;	
}
a.mail-link 
{
	font-size: 10px;
	text-decoration: underline;		
    color: #932D1F;	
}
.border-full 
{
	border: 2px dashed #7C797A;
	background-color:#F3F0E7;
	width:300px 
}
.image 
{
	border: 2px dashed #7C797A;
}
.small-text 
{
	font-size: 10px;
	color: #7C797A;
}
.p 
{
	margin: none;
}
.text-dark 
{
	font-size: 10px;
	font-weight: bold;
	color: #7C797A;
}
.text-light 
{
	font-size: 10px;
	font-weight: bold;
	color: #F3F0E7;
}
.text-black 
{
	font-size: 10px;
	font-weight: bold;
	color: Black;
}
.background 
{
	background: url('bgr.jpg') no-repeat;
	background-position: left bottom;
}

