﻿body {
background:#151515 url(images/voice-over-talent-bg.jpg) fixed repeat-y center top;
font-family: "Century Gothic";
color: #adadad;
margin: 0px;
}

H1 {font-family: Century Gothic; font-size: 14pt; color:}
	
a:link {
color: #E3A772;
text-decoration: none;
}
a:visited {
color: #E3A772;
text-decoration: none;
} 
a:hover {
color: #FFD495;
text-decoration: underline;

}

body {scrollbar-base-color : #272D34;
scrollbar-highlight-color : #5c6c79;
scrollbar-track-color: #0F151C;
scrollbar-arrow-color : #E2A000;}

@media all and (max-width: 500px) {
    // styles assigned when width is smaller than 500px;

}