/*   
Site Name: Susan Matthews Gallery
Description: A clean and simple site for an artist. 
Author: Kimberly Kradel
Author URI: http://webdev.artist-at-large.com
Version: 0.1
*/

body {
	background-color: #336699;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10pt;	
	line-height: 12pt;
    padding: 40px;	
	color: #C7D5E3;
}


a {
	color: #C7D5E3;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14pt;	
	line-height: 14pt;

}


a:link h3 {
	color: #C7D5E3;
	border: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14pt;	
	line-height: 14pt;
}

a:hover{color: #66ffff;}
    font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14pt;	
	line-height: 14pt;

a:link img {
	border: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14pt;	
	line-height: 14pt;
}

h1 {
    font-family: Georgia, Times New Roman, Time, serif;
	font-weight: normal;
	font-size: 3em;
	margin-bottom: 0em;
	margin-top: 0em;
	letter-spacing: .1em;
	color: #FFFF66;
}

h2 {
    font-family: Tahoma, serif;
	font-weight: normal;
	font-size: 4em;
	margin-bottom: 0em;
	margin-top: 0em;
	letter-spacing: .1em;
	color: #666666;
}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 0em;
	letter-spacing: .2em;
	color: #333333;
}

h4 {
    font-family: Arial, Helvetica serif;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0em;
	margin-top: 0em;
	letter-spacing: .1em;
	color: #FFFF66;
}



