body {
}

h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 30px;
	border:1px solid #000;
	padding:10px;
	background:#fff;
}

h2 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	border-bottom:1px dashed #000;
	padding:2px;
}

img {
	border: none;
}
a:link {
	border: none;
	color: #000;
	text-decoration: none;
} 

a:visited {
	border: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	border: none;
	color: blue;
	background:#fff;
	text-decoration: none;
}

a:active {
	border: none;
	color: #000;
	text-decoration: none;
}

#menu {
	width: auto;
	float: left;
	border-bottom:1px dashed #000;
	border-right:1px dashed #000;
	padding-right: 20px;
	padding-bottom: 20px;
}
#images {
	width: auto;
	padding:5px;
}
#video {
	width: auto;
	padding:5px;
}

