/*  HYPER Press THEME  */
/*  CUSTOMIZATION STYLESHEET   */

body{
	background: #eeeeee url(img/bg.jpg) repeat-x top;
	font: 12px 'Arial';
	border-bottom: 6px solid black;
}

body.single{
	background: #eeeeee url(img/bg-small.jpg) repeat-x top;
}


/* Global Colors */
.more,
.blue{
	color: #057cc3;
}

a:link,
a:visited,
a:hover{
	color: #057cc3;
}
