/* FONTS */
@font-face {
    font-family: 'ubuntu';
    src: url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-b-webfont.eot');
    src: url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-b-webfont.woff') format('woff'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-b-webfont.ttf') format('truetype'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu';
    src: url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-r-webfont.eot');
    src: url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-r-webfont.woff') format('woff'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu';
    src: url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-ri-webfont.eot');
    src: url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-ri-webfont.woff') format('woff'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-ri-webfont.ttf') format('truetype'),
         url('http://www.pygaze.org/cancellation/resources/fonts/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}


/* MAIN */
body {
	background: #2e3436;
	padding: 0px;
	font-family: "ubuntu";
	color: #eeeeec;
}

a:link {
	color: #fce94f;
	text-decoration: none;
}

a:visited {
	color: #c4a000;
	text-decoration: none;
}

a:hover {
	color: #fce94f;
	text-decoration: none;
}

.clickable {
}

.display {
	vertical-align: middle;
}

.linktext {
	vertical-align: middle;
	text-align: left;
}

td.endbutton a {
	color: #eeeeec;
	display: inline-block;
	margin:-10em;
	padding:10em;
}

td.endbutton a:hover {
	background-color:#fce94f;
}

td.endbutton {
	overflow:hidden;
	padding-top: 0%;
	padding-left: 0%;
	background-color: #4e9a06;
	height: 50px;
	width: 200px;
	text-align:center;
	vertical-align:center;
}

p.endbuttondisp {
	font-size: 1em;
	font-weight: bold;
	color: #eeeeec;
}

.log {
	display: block;
}
