/**
 * Styling for the magazine pages
 */
body{
	font-family: arial, helvetica, sans;
	margin: 0px;
}

div.page{
	/*margin: 10px;*/ 
}

a{
	color: #5555ff;
	text-decoration: underline; 
}


a.audio{
	padding-left: 20px; 
	background-image: url( ../img/audio.png ); 
	background-repeat: no-repeat; 
}

a.video{
	padding-left:20px; 
	background-image: url( ../img/video.png ); 
	background-repeat: no-repeat;
}

div.page img{
	border: 2px solid black;
}

img.image-left{
	float: left; 
	margin: 2px 10px 2px 0px; 
}

img.image-right{
	float: right; 
    margin: 2px 0px 2px 5px; 
}

h1{
	font-size: 150%; 
	margin: 0px; 
}

h2{
	font-size: 100%;  
	margin: 0px; 
}

hr{
	border: 0px solid black; 
	height: 1px;  
	color: #ffffff; 
	background-color: #ffffff; 
	clear: both; 
}

