﻿* {margin:0; padding:0; border:0; font-family:Arial; font-weight:bold;}
a {color:#FFD100; text-decoration:none;}
a:hover {text-decoration:underline;}
#screen {
		width:100%;
		height:100%;
}
#topText {
		font-size:200px;
		background: black;
		overflow:hidden;
}
#botText {
		font-size:130px;
		background: black;
		overflow:hidden;
}
.introText1 {
    font-weight:normal;
    font-size:40px;
    color:white;
}
.introText2 {
    font-weight:normal;
    font-size:70px;
    color:white;
}
.introText1 a.white {
    color:white;
}