/* style sheet for morestyles.htm

 CSV 
Mauve 947B7E
Burgundy 3C0000
Red BA0000
Pink FE5C5C
 */

body
{
 background-color: Black;
 color: White;
 font-family: Verdana, Ariel, Sans Serif;
 padding: 0;
 margin: 0;
 }
 
 table
 {
  width: 80%;
}

td, th
{
 font-size: 24px;
}

table, tr 
{
 background-color: Black;
 border: 5px double Navy;
 color: #3C0000;
}

.container
{
 background-color: #cc99cc;
 color: Black;
 font-size: 18px;
 height: 900px;
 padding: 2vw;
 width: 100%;
 }
 
 .nav
 {
  background-color: #ccffff;
	color: Black;
	height:40vh;
	padding: 1vw;
	width: 25vw;
	height: 50vh;
	}
	
	.sidebar2
	{
	 background-color: #cc00ff;
	 border: 0.3em dotted #6600ff;
	 color: Black;
	 height: 300px;
	 padding: 1vw;
	 width: 30%;
}

.main
{
 background-color: #947B7E;
 color: Black;
 float: right;
 height: 50vh;
 padding: 1vw;
 position: relative; /* relative to the sidebars */
 width: 75vw;
 
}

.header
{
 background-color: #BA0000;
 color: Black;
 font-size: 4em;
 text-shadow: 0.05em 0.05em White;
 padding: 1vw;
 width: 98vw;
}
 
 .footer
{
 background-color: #BA0000;
 font-size: 1em;
 padding: 1vw;
 text-align: center;
 width: 98vw;
}