/* css Stylesheet for Donnie Vendetta home*/


	div {
		width:300px;
		height:325px;
		overflow: auto
		}

	body {
		scrollbar-face-color:#EEB433;
		scrollbar-arrow-color:666;
		scrollbar-track-color:#E9E9E9;
		scrollbar-shadow-color:'';
		scrollbar-highlight-color:'';
		scrollbar-3dlight-color:'';
		scrollbar-darkshadow-Color:'';
		border-left-color: #000000;
		border-bottom-color: #000000;
		border-right-color: #000000;
		border-top-color: #000000;
		}


	.nav {
		text-align: center;
		font-size:14px;
		font-weight:bold;
		font-family:arial, sans-serif;
		}

	.content {
		font-size:14px;
		font-weight:normal;
		font-family:arial, sans-serif;
		}

	.subnav {
		text-align: right;
		font-size:14px;
		font-weight:bold;
		font-family:arial, sans-serif;
		}	

	p {
		text-align:left;		
		font-size:14px;
		font-family:arial, sans-serif; line-height: 140%
		}


	.bullets {
		text-align:left;		
		font-size:14px;
		font-family:sans-serif; line-height: 140%
		}

	.nav a:link {
		color: #EEB433;
		text-decoration: none;
		}

	.nav a:visited {
 		color: #EEB433;
  		text-decoration: none;
		}

	.nav a:hover {
		text-decoration: underline;
		color: #000000;
		}

	.subnav a:link {
		color: #000000;
		text-decoration: underline;
		}

	.subnav a:visited {
 		color: #666;
  		text-decoration: underline;
		}

	.subnav a:hover {
		text-decoration: none;
		color: #EEB433;
		}