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

a:link, a:visited {
	color: #464646;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #FF2C64;
	text-decoration: none;
	}

#links a:link,  #links a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	}

#links a:hover,  #links a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #C3C3C3;
	background-color: #000000;
	overflow: scroll;
}
.work  {
	color: #2d0a18;
	background-color: #000000;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

.skills li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#container #workhtml p {
	font-size: 14px;
}
