body
{
	font-family: monospace;
}

h1
{
	font-weight: normal;
	font-size: 40px;
	margin:0;
	padding:0;
}

h2
{
	font-weight: normal;
	font-size: 19px;
}

.footer
{
	font-size: 16px;	
	padding-top: 25px;
}

.text
{
	font-size:16px;
}

.text h2
{
	font-weight: bold;
	font-size:18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a:link 
{
	color: #4d3075;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: #4d3075;
	background-color: transparent;
	text-decoration: none;
}
  
a:hover
{
	color: red;
	background-color: transparent;
	text-decoration: underline;
}

a:active
{
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
}

video
{
	height: auto;
	max-width: 100%;
}

img
{
	height: auto;
	max-width: 100%;
}

ul
{
	margin-bottom:0
}
