@charset "UTF-8";
/* CSS Document */

h1{
	font-size:25em;
	}


body
{background-color: #fefefe}

.content
{	
	position: center;
	margin-right:auto;
	margin-left:auto;
	padding: 1% 3% 3% 3%;
	width:60%;
	height:auto;
	
	}
	
	.hide{
		visibility:hidden;
		}
		
		
	.pic
	{
		width:100%;
		height:auto;
	}

a {text-decoration:none;
	font-family:arial;
	font-size:0.7em;
	text-align:right;
	}

a:hover { color: #df212b }
a:active { color: #bd68a1 }

