/*
screen.css
Copyright 2009 Kyle J. Summers
kylejsummers.com

Last Updated Sunday, March 1, 2009

*/

body {
	font-family: "Georgia", "Arial";
	font-size:16px;
	line-height:1.4em;
	margin:0;
	padding:18px;
	background-color:rgb(192,192,192);
}

code {
	font-size:100%;
}

a:link {
	color: rgb(128,0,0);
}

a:visited {
	color: rgb(200,0,0);
	background-color: rgb(255,235,235);
}

a:hover {
	color: rgb(180,0,0);
	text-decoration: none;
}

#wrapper, #msa {
	width: 40em;
	background-color:rgb(255,255,255);
	padding:10px 20px 10px 20px;
	border:2px dashed rgb(192,192,192);
}

#copyright {
	text-align: center;
}

h1 {
	font-family: Georgia, Arial;
}

#headerText {
	color: rgb(128,0,0);
	margin-bottom: 0px;
}

acronym {
	border-bottom: 1px dotted;
}

#connect_buttons {
	position: relative;
	left: 500px;
	bottom: 25px;
}

#connect_buttons img {
	border: none;
	padding: 5px;
}

#connect_buttons img:hover {
	background-color: rgb(255,235,235);
}

#connect_buttons a:link {
	color: rgb(0,0,0);
}

#connect_buttons a:visited {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}

#connect_buttons a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}

#web_dev_title {
	clear: left;
}