body
{
 background-image: url('http://hightechacademy.net/websites/2013_2014/Fall/b1/Yeary.Jonathon/pictures/cool-abstract-green.jpg');
 background-repeat: no-repeat;
 background-size: 100% auto;
 color: white;
}
.sidelink
{
 margin-top: 5px;
 margin-left: 120px;
}
#assignments
{
 font-size: 32px;
 margin-left: 100px;
 color: #858585;
}
.image img
{
 width: 180px;
 height: 180px;
 margin-top: 25px;
 margin-left: 80px;
}
.fade 
{
 opacity: 1;
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover 
{
 opacity: 0.5;
}
a.margin:hover,a.margin:active 
{
 padding-left: 40px;
 color: #359C37;
}
a.margin
{
 color: #256E26;
}
.table
{
 float: right;
 margin-right: 100px;
}
table
{
 color: #DEDEDE;
}
caption
{
 color: white;
 font-size: 32px;
}
td, th
{
 border: 1px solid #4D4D4D;
}
.header
{
 color: #858585;
 font-size: 48px;
}