﻿
.content
{
	font-family: arial, verdana;
	color: #000000;
	font-size: 12px;
}

.overskrift
{
	font-family: arial, verdana;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 100px;
}

a:link 
{
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

a:active
{
	color: #00ff00;
	font-size: 12px;
	font-weight: bold;
}

body
{
	background-color: #ff8b3f;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
}

vid_container 
{
	width: 850px;
	height: 480px;
	margin: 0 auto;
}


