/* This section is the CSS or Cascading Style Sheet for the page.
Here you can change the appearance of the page by modifying such elements such as
the font size, color, font type, weight, etc. In particular, you may wish to modify 
the size and features of the fields of the flashcards themselves.  These are modified 
by customizing firstf (the first field of the flashcard), secondf, thirdf, and fourthf
*/

BODY {
/* background: #000000; */
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
margin-bottom: 5;
margin-left: 10;
margin-right: 10;
margin-top: 10;
text-decoration: none;
}

P {
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
text-decoration: none;}

A:link {
background-color: transparent;
color: #003300;
font-family: Arial, Verdana, sans-serif;
text-decoration: underline;
font-weight: bold;
}

A:hover {
background-color: transparent;
color: #000000;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
font-weight: bold;
}

A:active {
background-color: transparent;
color: #333333;
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
text-decoration: underline;
}

.maintitle {
background-color: transparent;
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

.sectiontitle {
background-color: transparent;
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.smalltitle {
background-color: transparent;
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.options {
background-color: transparent;
color: #000000;
font-family: Arial, Verdana, sans-serif;
font-size: 16px;
text-decoration: none;
}

.firstf {
color: #000099;
/* font-family: Times, Verdana, sans-serif; */
font-size: 48px;
font-weight: bold;
text-decoration: blink;
}

.secondf {
color: #00FF00;
/* font-family: Times, Verdana, sans-serif; */
font-size: 24px;
font-weight: bold;
text-decoration: blink;
}

.thirdf {
color: #00FF00;
/* font-family: Times, Verdana, sans-serif; */
font-size: 24px;
font-weight: bold;
text-decoration: blink;
}

.fourthf {
color: #00FF00;
/* font-family: Times, Verdana, sans-serif; */
font-size: 24px;
font-weight: bold;
text-decoration: blink;
}

.last {
background-color: transparent;
color: #000000;
/* font-family: Arial, Verdana, sans-serif; */
font-size: 10px;
text-decoration: none;
}

