/* Basic styles for DaveAndChoc.com - positioning of screen elements is done inline
in the page itself */

/* Hide linked image borders */

a img {
	border: none;
}

/* Setup links */

a, a:visited {
	color: red;
	font-weight: bold;
	text-decoration: none;	
}

a:hover, a:active {
	text-decoration: underline;
}

/* Container divs used by normal text pages */

#margin-page {
	margin: 3% 10%;	
}

/* Basic font setup */

p, h1, h2, h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	color: white;
	margin: 20px;
	padding: 0px;
}

/* Style headings, including psuedo classes used in header images */

h1, .h1 {
	size: 140%;
	margin: 5px;
}

h2, .h2 {
	size: 125%;
	margin: 20px 5px 2px 5px;
}

h3, .h3 {
	size: 110%;
	margin: 10px 5px 2px 5px;
}

/* .Rule for centering text */

.center {
	text-align: center;
}

/* Rule for clearing - used in divs as a BR type tag */

.clear {
	clear: both;
}
