/* stylesheet for verdad magazine, volume 3 */

/* created by monica white */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: small;
	color: #fff;
	background-color: #000;
	text-align: center;
	}
	
a:link {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}

a:visited {
	color: #ccc;
	background-color: #000;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	}
	

/* layout structure */

#contain {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	font-size: 90%;
	line-height: 1.5em;
	max-width: 900px;
	}
	
#col1 {
	float: left;
	text-align: left;
	}
	
#col2 {
	float: left;
	text-align: left;
	}
	
#col3 {
	float: left;
	text-align: left;
	width: 50%;
	padding-left: 3em;
	line-height: 1.75em;
	}
	
#footer {
	width: 100%;
	clear: left;
	text-align: center;
	font-size: 85%;
	border-top: 1px solid #fff;
	padding: 2em 0;
	}
	

/* headings */

h2 {
	font-family: georgia, times, serif;
	font-size: 185%;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 5px;
	margin-top: 1em;
	}

h3 {
	font-family: georgia, times, serif;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px dotted #fff;
	}
	
h4 {
	font-family: georgia, times, serif;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
	}
	
	
p, td {
	text-align: left;
	}
	
ul.none {
	list-style-type: none;
	margin: 0;
	padding: 9;
	}
	
ul.square {
	list-style-type: square;
	}
	
td {
	line-height: 1.5em;
	}
	
.italic {
	font-style: italic;
	}
	
p.noindent {
	text-indent: 0;
	}
	
p.video {
		padding-left: 0;
		text-indent: 0;
		margin-bottom: 20px;
		}
	
.center {
	text-align: center;
	}
	
.normal {
	font-style: normal;
	}
	
.left {
	clear: left;
	}
	
.both {
	clear: both;
	}
	
	
	
	

	
	
/**  End style for Verdad ** /
