﻿/* CSS layout */

body{
	font: 12px Arial,Helvetica, sans-serif;
}


p{
	font-size:1.1em;
	line-height:1.4em;
	margin:0.8em 10px;
}
li{
    font-size:1.1em;
    line-height:1.4em;
}
h3{
    font-size:150%;
	line-height:1.6em;
	color:#901c1c;

}
.p-projects {
	font-size: 160%;
	line-height: 1.6em;
	color: #901c1c;
	font-weight: bolder;
}

h3.leftcol{
	font-size:150%;
	line-height:1.6em;
	color:#901c1c;
	margin-left: 10px;
}
.reddashlink {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	
}

p a{
    border-bottom:1px dashed #FF926C;
}
.boldheadings {
	font-size: 90%;
	font-weight: bolder;	
}
.boldredheadings {
	font-size: 95%;
	font-weight: bolder;
	color: #901c1c;
}
.redtext {
	color: #901c1c;
}
.boldheadingsunderline {
	font-size: 95%;
	font-weight: bolder;
	text-decoration: underline;
}
h2 {
	font-size: 170%;
	color: #901c1c;
}
.listitemblack {
	color: #000000;
}
.footerinnova {
	font-size: 75%;
	color: #666666;
	text-decoration: none;
}
.linkinnova {
	font-size: 75%;
	color: #666666;
	text-decoration: none;
}
