﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {  
	margin: 0; 
	padding: 0; 
} 

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

body 
{
	background: #efefef url(../images/body-page-bg.jpg) repeat-x top center;
    line-height: 18px;	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #505050;
}

fieldset, img, iframe {
	border: 0;
}

legend {
	color: #000000;
}

a {
	color: #616161;
	text-decoration: none;
}

a:hover 
{	
	text-decoration: underline;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
} 