/*
	style.css
	CSS 2.1 Style guidelines for Spanish project
*/

#verb_div table {
	font-family: Times, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;

	text-align: left;
	background-color: white;
}

#verb_div th {
	color: black;
	font-variant: small-caps;
	text-align: center;
}

#verb_div td {
	color: black;
}

.tense_name {
	font-family: Times, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 18px;

	text-align: left;
	border-width: 1px;
	border-color: black;
	
	color: black;
	background-color: #f0f0e0;
}
#infinitive {
	font-family: Times, serif;
	font-style: normal;
	font-variant: normal;
	font-size: 24px;

	text-align: center;
	background-color: #e0f0e0;
}
#definition {
	font-family: Times, serif;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;

	text-align: center;
	background-color: #f0d0d0;
}
#other {
	font-family: Times, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 18px;

	text-align: center;
	border-width: 1px;
	border-color: black;
	
	color: black;
	background-color: #e0e0b0;
}
#gerund {
	font-family: Times, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 18px;

	text-align: left;
	border-width: 1px;
	border-color: black;
	
	color: black;
	background-color: #f0f0e0;
}
#past_participle {
	font-family: Times, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 18px;

	text-align: left;
	border-width: 1px;
	border-color: black;
	
	color: black;
	background-color: #f0f0e0;
}

.or {
	text-align: center;
}

#select_verb {
	color: black;
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 728px;
}

