@charset "UTF-8";
/* CSS Document */

/* Rodan Blog CSS */

body

{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F27F24;
	background-color: #000000;
	vertical-align: middle;
	text-align: inherit;
	
}

.headerborderL

{
	border-bottom: 1px solid #F27F24;
	text-align: left;
	vertical-align: bottom;
	
}

.headerborderR

{
	border-bottom: 1px solid #F27F24;
	text-align: right;
	vertical-align: bottom;
	
}

.footer

{
	font-size: 11px;
	text-align: center;
}

/* Links */

a:link

{
	color: #F27F24;
	text-decoration: none;
}

a:visited

{
	color: #F27F24;
	text-decoration: none;
}

a:hover

{
	color: #F93;
	text-decoration: none;
}
