/*********************************/
/* main.css                      */
/* vospiedsboutique.html         */
/*********************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h4 {
	font-size: 18px;
	color: #0058ED;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 36px;
	color: #003793;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smalltext {
	font-size: 9px
	}

p {
	margin-right: 4em;
	margin-left: 4em;
}
.mediumtext {
	font-size: 10px;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	}

a.credit:link, a.credit:visited {
	font-size: 9px;
	color: 333333;
	text-decoration: none;
	}

a.credit:hover {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}



h3 {
	color: #666666;
	margin-left: 2em;
}
.large {
	font-size: 18px;
	font-style: normal;
}
.greyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
}

A.nav {
	color:	#FFFFFF;
	text-decoration: none;
	}

A.nav:link, A.nav:visited, A.nav:active  {
	color:						#FFFFFF;
	text-decoration: none;
}

A.nav:hover, A.nav:focus  {
	color:						#CCCCCC;
	text-decoration: underline;
}
