﻿html,body
{
	height:								100%;	
	border:								solid 0px lime;	
}
body
{	
	margin:								0px;
	font-family:					Arial, Helvetica, Tahoma ;
	font-size:						12px;	
	color:								#666666;
	background-color:			#E5E5E5;
	background-image:			url(http://bpiw.net/_slices/body_background_stripe.jpg); 
	background-repeat:		repeat-x; 
	background-position:	top;	
	border:								solid 0px red;
	height:								100%;	
}

h1
{

}
h2
{

}
h3
{

}
h4
{

}
h5
{

}
h6
{

}


a, a:active, a:visited, a:link
{
	text-decoration: none;
}

a:hover 
{	
	text-decoration: underline;
}

button
{
	border:				solid 1px #cccccc;
	color:				#4F93C7;
	font-size:		11px;
	font-weight:	bold;
}
