/* Starts Here */
/* Importing Fonts */
/* The fonts included are copyrighted by the vendor listed below.
 * @vendor:     dot colon
 * @vendorurl:  http://www.dotcolon.net
 * @licenseurl: http://www.fontsquirrel.com/license/Vegur
 */

/*
@font-face {
	font-family: 'VegurExtraLight';
	src: url('fonts/Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('fonts/Vegur-EL_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurRegular';
	src: url('fonts/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('fonts/Vegur-R_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurBold';
	src: url('fonts/Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('fonts/Vegur-B_0500.ttf') format('truetype');
}
*/
/* Styling starts here */
body {
background-color: #333;
color: #fff;
margin: 5% 20%;
font-size: 20px;
font-family: VegurExtraLight, Verdana, Arial, sans-serif;
line-height: 100%;
}
#navigation, a, em {
font-family: VegurRegular, Verdana, Arial, sans-serif;
}
a:link {
color: #fff;
text-decoration: none;
}
a:visited {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
a:active {
color: #ddd;
}
#footer {
text-align: right;
}
