@charset "UTF-8";
/*CSS Document*/

body {background-color: #d3d3d3;}

h1 {font-family: Helvetica, sans-serif;
		font-weight: bold;
		color: black;}

h2, h3 {font-family: Times New Roman, serif;
			font-weight: normal;
			color: black;}

/* unvisited link */
a:link {color:#2a5f63; text-decoration:none;}
/* visited link */
a:visited {color:#6d7cd9; text-decoration:none;}
/* mouse over link */
a:hover {color:#ffffff;}
/* selected link */
a:active {color:#000000;}

/*Shuffle (for R. Mutt)*/

/*canvas*/
main#canvas {width:68.4vw;
			height: 45.5vh;}

.pale-yellow	{color: #ede583;
				size:1;}
.pale-blue		{color: #6d7cd9;
				size:1;}
.teal 			{color: #2a5f63;
				size:1;}
.orange 		{color: #fd6a1a;
				size:1;}

.neon-yellow 	{color: #d8dc01;
				size:.5;}
.purple 		{color: #2c243c;
				size:.5;}
.deep-orange 	{color: #d73b02;
				size:.5;}
.brown 			{color: #552001;
				size:.5;}
