﻿
@font-face {
    font-family: 'adiNeue-Bold';
    src: url('adiNeue-Bold.eot');
    src: url('adiNeue-Bold.eot?#iefix') format('embedded-opentype'),
         url('adiNeue-Bold.woff') format('woff'),
         url('adiNeue-Bold.ttf') format('truetype'),
         url('adiNeue-Bold.svg#adiNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adiNeue-Light';
    src: url('adiNeue-Light.eot');
    src: url('adiNeue-Light.eot?#iefix') format('embedded-opentype'),
         url('adiNeue-Light.woff') format('woff'),
         url('adiNeue-Light.ttf') format('truetype'),
         url('adiNeue-Light.svg#adiNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	padding: 0; /* Gets rid of the automatic padding */
	margin: 0;	/*	on HTML documents */
	font-family: 'adiNeue-Light'; Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
}

A:link {text-decoration: none; color: #686867;}

A:visited {text-decoration: none; color: #686867;}

A:active {text-decoration: none; color: #686867;}

A:hover {text-decoration: underline; color: #FFFFFF;}

#name {
	border: 0px solid #000000; 
}




























