@charset "UTF-8";
/* CSS Document */

/* GENERAL FORMATS */

body {
	background-color:white;
	font-family: "Courier New", Courier, monospace;
	font-size:13px;
	color:black;
}

p {
	width:488px;
}

a {
	color:black;
}

a:hover {
	color:#EEEEEE;
}



h1, h2, h3, h4 {
	text-transform:uppercase;
	font-weight:normal;
}

h1 {
	font-size:36px;
	line-height:36px;
}
h2 {
	font-size:18px;
	line-height:18px;
}


/* NAVI */

a.navi {
	font-size:36px;
	line-height:36px;
	text-decoration:none;
	text-transform:uppercase;
}

/* FOOTER */

.footer {
	background-image:url(elements/artPojectsByJuanTopo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:8px;
	bottom:8px;
	width:110px;
	height:5px;
}

a.footer:hover {
	background-image:url(elements/artPojectsByJuanTopo_hover.gif);
}

/* STOPGAP */


.status1 {
	background-image:url(elements/upcoming.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:41px;
}

.status2 {
	background-image:url(elements/active.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:30px;
}

.status3 {
	background-image:url(elements/finished.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:35px;
}

a.status1:hover {
	color:black;
}