﻿/*===================Body==========================*/
body,html{
height:95%;
padding-left:2%;
padding-right:2%;
}
body,html,.container,.mainbody{
background:rgb(254, 254, 254);
background:rgba(254, 254, 254,0.5);
}
/*===================Font==========================*/
p.main,a{
font-family: Helvetica, Arial, sans-serif;
line-height:1.4em;
font-size:1.5em;
text-decoration:none;
}
a{
width:70%;
border-bottom-style:solid;
border-bottom-color:white;
color:black;
}
/*============Smooth Transitions======================*/
a{
-moz-transition: all 1s;  
-o-transition: all 1s;  
-webkit-transition: all 1s;  
transition: all 1s;
}
/*===================Hover==========================*/
a:hover{
color:red;
}