/*-------------------------
Theme Name: AllieviSSPA
Theme URI: http://www.allievisspa.net/
Description: This is Just a Simple CSS... You can Do Better...
W3C CSS Validator: http://jigsaw.w3.org/css-validator/
W3C CSS Validator Results: No error or warning found - This document validates as CSS
Version: 1.0
Author: Frantz
Author URI: http://frantz.radioring.net/
-------------------------*/

body {
	color: inherit;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
		
a:active, a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #ffffff;
}

a:link, a:visited {
	color : #003399;
	background-color: #ffffff;
}

img {
	border : none;
}

p {
	color : #000066;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

p.post {

	color : #000066;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}
		
.title {
	font-size: 11px;
	font-weight: bold;
}

.title p {
	font-size: 11px;
	font-weight: normal;
}

.post {
	font-size: 11px;
}
		
.post p {
	font-size: 11px;
}

.link-bar {
	font-size: 12px;
	text-align: right;
}
		
#counter {
	color: #000066;
	background-color: #ffffff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0.5em 0em 2.5em 0em;
}

#hcounter {
	color: #F0F8FF;
	background-color: #ffffff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0.5em 0em 2.5em 0em;
}