/* The physics 7 cascading style sheet */

/* 
  The font-family tag is in order of preference.
  If the browser does not have one it may have the others.
*/

body{
  margin-left: 10%;
  margin-right:10%;
  color: #000000;
  background: #446699;
  font-family:  "Times New Roman", sans-serif, serif, Garamond;
}

pre{
  font-family: monospace;
}

h1,h2,h3,h4,h5,p,ul { font-family: "Times New Roman", sans-serif; }

.holiday{
  background: #669966;
}

.quiz{
  background: #FFFF66;
}

.review{
  /*background: #FFA500;*/
  background: #446699;
}

.final{
  /*background: #FF4500;*/
  background: #FF5500;
  ;
}

.video{
  background: #B0C4DE;
  
}

/* 
  This section defines how the links work. I like the fact that the link you
  are about to choose gets larger, making it clear what you are going to pick
  on
*/

A:link {text-decoration: underline; color=navy;}
A:visited {text-decoration: underline; color=maroon;}
A:active {text-decoration: underline;}
A:hover {text-decoration: underline; color: red;}

/* Links to course information should use these properties */
div.admin{
	background: #666699;
    padding-left: 0.5em;
    padding-right: 0.2em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    border: none;
}

/* Links to FNTs, Extra problems, previous quizzes should use this */
div.problems{
	background: rgb(204,204,255);
    padding-left: 0.5em;
    padding-right: 0.2em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    border: none;
}

/* Links to external sources should use this */
div.media{
	background: #666699;
    padding-left: 0.5em;
    padding-right: 0.2em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    border: none;
}
