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

body {
	 background: #fefefe url(images/bg_block.gif);
	 margin: 25px;
}

#container {width: 750px;}

#intro {
	font-family:"Courier New", Courier, monospace;
	font-size: 0.84em;
	color: #999;
	line-height: 1.3em;
	margin-top: 30px;
}

#intro a {color: #9d9b9b;}
#intro a:hover {color: #de6b6b;}

#projects {
	margin-top: 50px;
	font-family:"Courier New", Courier, monospace;
	font-size: 0.81em;
	color: #666;
	line-height: 1.3em;
}

.projectname {
	color: #de6b6b;
}

#projects a {color: #793030;}
#projects a:hover {color: #de6b6b;}

#footer {
	margin-top: 50px;
	font-family:"Courier New", Courier, monospace;
	font-size: 0.65em;
	color: #999;
	line-height: 1.3em;
}