﻿/* Howertonart.com screen styles */
body {
	color: brown;
    background-color: #999999;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: orange;
}
address {
	color: orange;
	font-style: normal;
	font-size: 12pt;
	font-variant: small-caps;
	text-align: center;
	clear: both;
	border-top: 1px solid orange;
}
address a {
	font-family: sans-serif;
	color: white;
	font-size: 12pt;
}
address a:link {
	text-decoration: none;
}
address a:visited {
	text-decoration: none;
}
address a:hover {
	color: black;
	text-decoration: underline;
}
address a:active {
	text-decoration: none;
}
#picture {
	border: 5px outset orange
	
}

#head {
	text-align: center;
	border-bottom: 1px solid orange;
}
#links {
	width: 150px;
	float: left;
	background-color: rgb(212, 142, 0);
	margin-right: 10px;
	padding: 10px;
	border: 2px solid black;
}
#links a {
	display: block;
	font-family: sans-serif;
	color: white;
	font-size: 10pt;
}
#links a:link {
	text-decoration: none;
	padding-bottom: 3px;
}
#links a:visited {
	text-decoration: none;
}
#links a:hover {
	color: black;
	text-decoration: underline;
}
#links a:active {
	text-decoration: none;
}
#main ul {
	list-style-type:square
}
#main {
	width: 70%;
	float: left;
	border-left: 1px solid orange;
	padding-left: 10px;
}
#links a.newgroup {
	margin-top: 15px;
}
#links img.newgroup {
	border-width: 0px;
	margin-top: 15px;
}

#copyright {
	color: brown;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	clear: both;
}

#websites a {
	font-family: sans-serif;
	color: white;
	font-size: 12pt;
}
#websites a:link {
	text-decoration: none;
}
#websites a:visited {
	text-decoration: none;
}
#websites a:hover {
	color: black;
	text-decoration: underline;
}
#websites a:active {
	text-decoration: none;
}
#mainpic {
	width: 100%;
	float: left;
	clear: both;
	border-left: 1px solid orange;
	padding-left: 10px;
}
#linkspic {
	width: 150px;
	float: inherit;
	background-color: rgb(212, 142, 0);
	margin-right: 10px;
	padding: 10px;
	border: 2px solid black;
}
#linkspic a {
	display: block;
	font-family: sans-serif;
	color: white;
	font-size: 10pt;
}
#linkspic a:link {
	text-decoration: none;
	padding-bottom: 3px;
}
#linkspic a:visited {
	text-decoration: none;
}
#linkspic a:hover {
	color: black;
	text-decoration: underline;
}
#linkspic a:active {
	text-decoration: none;
}


