﻿body {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Trebuchet MS;
	font-size: 10pt;
	color: #C7C7C7;
	text-align: center;
	background-image: url('images/page_bg.jpg');
	background-position: center;
	background-color: black;
}
a {
	color: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #EB2A2D;
	font-weight: bold;	
	text-decoration: none;	
} 
a:active {
	color: #EBEBEB;
	font-weight: bold;
	text-decoration: none;	
}
.Underlined {
    text-decoration: underline;
}
#Changelog {
	width: 640px;
	border: 1px gray dashed;
	margin: auto;
	padding: 5px 5px 5px 5px;
}
.Headline {
	font-size: 14pt;
	text-align: center;
	color: #EBEBEB;
}
.Headline2 {
	font-size: 12pt;
	color: #EBEBEB;
}
.VersionCells {
	width: 70px;
	vertical-align:top;
	text-align: left;
}
.DateCells {
	width: 75px;
	vertical-align:top;
	text-align: left;
}
.ChangesCells {
	width: 515px;
	vertical-align:top;
	text-align: left;
}
.ActionCells {
	width: 200px;
	vertical-align:top;
	text-align: left;
}
.DescriptionCells {
	width: 450px;
	vertical-align:top;
	text-align: left;
}
.Highlighted {
	color: #EB2A2D;
}