/*
	Print Style Sheet
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background:#fff;
	font: 100%/1.5em Georgia, serif;
}

a{
	color: #9e0b0f;
	text-decoration: none;
}

a:hover{
	color: #ed1c24;
}

a:visited{
	color: #9e0b0f;

}

a:active{
	color: #ed1c24;
}

.jquerycssmenu,#projectsList{
display: none;
}


.resetimg a:link, .resetimg a:visited, .resetimg a:hover,  .resetimg a:active {
display: none;
}






hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 21pt;
	font-weight: normal;
	letter-spacing: 0.05em;
}

h1 a, h1 a:visited, h1 a:active, h1 a:hover{color:#000}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: none;
}

ul {
	list-style: none;
}

li {
	/*margin-left: 30px;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}