.center
{
	text-align: center
}

p
{
	font-size: 12px
}

a
{
	color: #369;
	font-size: 12px
}
a:hover
{
	color: #a69
}

a.medium_link
{
	font-size: 18px
}

.boyBlue { color: #6699FF }
.girlPink { color: #FF6666 }
.big { font-size: 24px }

#help
{
	width: 50%;
	height: auto;
	top: auto;
	margin-left: auto;
	margin-right: auto
}

#main_div
{
	position: absolute;
	text-align: center;
	width: 600px;
	height: 400px;
	left: 120px;
	top: 0px;
	background-color: #cccccc;
	margin: 20px 20px 20px 20px;
}

#options_div
{
	position: absolute;
	left: 740px;
	top: 0px;
	width: 300px;
	padding-left: 20px
}

#ad_skyscraper
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 800px
}

.special_button
{
    width: 30px
}

p.centered
{
    width: 50%;
}

h1.logo
{
    color: #369;
    font-size: 72px
}

.logo_medium
{
    color: #222222;
    font-size: 24px;
	margin: 0px;
	font-weight: bold;
	display: inline
}

.slogan
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5%;
	display: inline;
	color: #555555
}

#info
{
    font-size: 14px
}

.small_logo
{
    position: absolute;
    color: #369;
    font-size: 24px;
    left: 1%;
    top: 0px;
    width: 10%;
    height: 10%;
    text-decoration: none
}

a.bigLink
{
    font-size: 24px;
    color: #369;
    text-decoration: underline
}
a.bigLink:hover
{
    color: #399;
}


table, td, th
{
    border-collapse: collapse;
    border: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #cccccc;
}

body
{
    font-family: helvetica;
	background-color: #222222;
	color: #222222
}

#prompt_span
{
    font-size: 32px
}

#english_prompt_span
{
    font-size: 48px;
    color: #00B88A
}

#response_field
{
    font-size: 36px;
    text-align: center
}

#feedback_span
{
    font-size: 16px;
    font-weight: bold
}

#pronoun_span
{
    color: #000000
}

#verb_span
{
    color: #000000
}

#tense_span
{
    color: #000000
}

#number_span
{
    color: #000000;
    font-size: 24px
}

#gender_span
{
    color: #000000;
    font-size: 24px
}

#special_buttons_div
{
    text-align: center
}

.disclaimer
{
	color: #555555;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
