/* @override 
	http://dev.dyadcom.com/classicist.org.2.0/trunk/workspace/css/global.css
	http://dev.dyadcom.com/classicist.yearofpalladio.org/workspace/css/global.css
*/

html { height: 100%; }

body {
     height: 100%;
     background: url(../img/background_pattern.png) 0 0 repeat;
     color: #463729;
     font: 12px/160% "Times New Roman", Times, Georgia, serif;
}

p{
	padding-bottom: 8px;
}

a { text-decoration: none;}
a:hover { text-decoration: underline;}
strong { font-weight: bold;}
em { font-style: italic;}

h2{	font-size: 17px;}

.row
{
	overflow: visible;
}

ol
{
	list-style-type: decimal;
	margin-left: 20px;
}

ol li
{
	margin-bottom: 8px;
}
