BODY,HTML
{
	width:100%;
	height:100%;
	margin:0px;
	background-color: #ffffff;
}

BODY,TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #686868;
}

A {
	color: #C40000;
	text-decoration : none;
} 

A:visited {
	text-decoration : none;
	color: #C40000;
}

A:Hover {
	text-decoration : underline;
	color: #C40000;
}

.redBullet {
	color: #C40000;
	font-size: 12px;
}

.copyright {
	font-size: 9px;
	color: #A5A5A5;
	padding: 3px;
}

.pcopyright {
	font-size: 9px;
	color: #9E9E9E;
	padding: 1px;	
}

.header1 {
	font-weight: bold;
	color: #C40000;
}


/* page navigator */
A.navigator {
	color: #C40000;
	text-decoration : none;
} 

A.navigator:visited {
	text-decoration : none;
	color: #C40000;
}

A.navigator:Hover {
	text-decoration : none;
	color: #C40000;
}


/* menu */

A.menu{
	color: #525252;
	text-decoration : none;
} 

A.menu:visited {
	text-decoration : none;
	color: #525252;
}

A.menu:Hover {
	text-decoration : none;
	color: #C40000;
}

/* projects section */

A.p_title{
	color: #C40000;
	font-weight: bold;
	text-decoration : none;
} 

A.p_title:visited {
	text-decoration : none;
	font-weight: bold;
	color: #C40000;
}

A.p_title:Hover {
	text-decoration : underline;
	color: #C40000;
}

.p_title {
	color: #C40000;
	font-weight: bold;
	vertical-align: middle;
}

.p_screenshots {
	border-left: 1px solid #B7B7B7;
	vertical-align: top;
}

.p_screenshot {
	border: 1px solid #6C6C6C;
}

.gallery_thumb {
	border: 1px solid #6C6C6C;
	margin-bottom: 4px;
}

.gallery_photo {
	margin: 6px;
}
