/* styles.css for dogbitesxyz.com */

body{
	background-color: black;
	font-family: arial, helvetica, sans-serif;
	color: #dc9966;
}

.content{
	background-image: url('images/dogbites-bg.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	color: #dc9966;
}

.lNav{
	background-image: url('images/dogbites-lnav.png');
	background-repeat: no-repeat;
	color: #ffffcc;
	padding-top: 10px;
}

.NavLinks{
	padding-left: 20px;
	font-size: 14pt;
	line-height: 27pt;
	color: #ffffcc;
	text-decoration: none;
}

.NavLinks:hover{
	text-decoration: underline;
}

h1{
	padding-top: 0;
	margin-top: 0;
}

p{
	width: 380px;
	font-size: 12pt;
	line-height: 14pt;
	text-align: justify; 
	text-justify: newspaper
}

.attn{
	color: #ffffcc;
}

.attn_link{
	color: #ffffcc;
	text-decoration: none;
}

.conlinks{
	color: #dc9966;
	text-decoration: none;
}
