/*BODY*/

a:link
{color:teal;
font-weight:bold;
text-decoration:none;}
a:visited
{color:green;
font-weight:bold;
text-decoration:none;}
a:focus
{color:white;
font-weight:bold;
text-decoration:none;}
a:hover
{color:white;
font-weight:bold;
text-decoration:none;}
a:active
{color:#C0C0C0;
font-weight:bold;
text-decoration:none;}

body
{color:green;}

h1
{color:yellow;
font-weight:bold;
}

table
{background:black;}



/*Homepage Screen*/
#screen
{margin-left:125px;
margin-right:125px;}


/*SMPhotography Header Bar*/
#header
{padding:none;;
margin:none;
height:100px;
clear:left;}

.imagelink
{text-align:center;}


/*Main Display Window*/
#main
{text-align:center;}

.info
{margin-left: 100px;}

#image
{margin-left:auto;
margin-right:auto;
text-align:left}

.coninfo
{font-family:Papyrus;}

.steampunk
{float: right;
 margin-left: 100px;
 margin-right:100px;
 width:30%;
}

/*Contact Form*/
form
{font-family:Papyrus;
margin-left:275px;}

#personal label
{padding-top:.2em;
left:20px;}
#personal input
{margin-left:9em;
margin-bottom:.2em;}

.buttons
{text-align:center;}

body {background-color:black;}

/*Lower Border Links*/
#footer
{padding:none;
border-style:ridge;
border-width:0px;
border-color:#363636;
margin:none;
background-color:navy;
height:30px;
clear:left;}

#nav
{font-family:Papyrus;
font-size:25px;}