/*
    Note that body in 'style' css sheet, defines global font face via body attribute
*/

/*
The navigation links on the top-right-hand-side need to be white
*/
#headRight a{

	color:white;
	font-size: 12px;
	font-weight: bold;
}

#headRight{

	color:#ddd;
}

/*
Define headers
*/

h1{
font-size:17px;
}

h2, h3{
	font-size:16px;
	padding-top: 10px;
	padding-bottom: 10px;

}

h4{

    font-size: 14px;
}

h4.postTitle{

color: #0bb4f3;
text-decoration:none;
}

h1, h2, h3 {

color: #181818;
text-decoration:none;
}

p, ul{

font-size: 11px;
}

p b{

font-size: 12px;
}

/*
Links...
*/
A:link, A:visited, A:active {

color:#0bb4f3;
text-decoration:underline;
}


A:hover{

color:#cccccc;
text-decoration:none;
}