body {
	background-color:#003090;
}
.h2 {
	font-family: 'Lato', sans-serif;
	color:#F9F9F9;
	font-size:25px;
}
.p {
	font-family: 'Lato', sans-serif;
	color:#F9F9F9;
	font-size:15px;
}
.d {
	font-family: 'Lato', sans-serif;
	color:#F6F6F6;
	font-size:20px;
}
.s {
	text-align: center;
	color: #003090;
	font-size: 12px;
	font-family: Verdana, Geneva, Sans-serif;
	text-shadow: 1px 1px 1px #EEEEEE;
}
.cw {
	font-family: 'Lato', sans-serif;
	color:#B1DAFE;
	font-size:10px;
}
.c {
	text-align: center;
	color: #003090;
	font-size: 25px;
	font-family: Verdana, Geneva, Sans-serif;
	text-shadow: 1px 1px 1px #EEEEEE;
}
.w {
	font-family: 'Lato', sans-serif;
	color: #F3F3F3;
	font-size: 9px;
}
/*
-------------- (Put in 'index')
<h1 class="R">Your Text</h1>

-------------- (Put in 'CSS')
.R {
	text-align: center;
	color:#003090;
	font-size:25px;
	font-family:Verdana, Geneva, Sans-serif;
	text-shadow: 1px 2px 1px #EEEEEE;
}
-------------- Explains below
1px (offset-x): Moves the shadow 1 pixel to the right.
2px (offset-y): Moves the shadow 2 pixels down.
1px (blur-radius): Applies a 1-pixel blur, making the edge soft.
#EEEEEE (color): Sets the shadow color to a very light gray.

*/

/* 
  background-color: #4CAF50; /* Green 
  border: 2px solid #FFFFFF; /* alt border: none;
  color: #FFFFFF;
  padding: 15px 32px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 300;
  -webkit-transition-duration: 0.4s; /* Safari
  transition-duration: 0.4s;
  margin-bottom: 20px; 
*/

a{
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color:#B1DAFE;
	font-weight: 800;
	font-size:10px;}
a:link{
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color:#B1DAFE;
	font-weight: 800;
	font-size:10px;}
a:active{	
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color:#B1DAFE;
	font-weight: 800;
	font-size:10px;}
a:hover{
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color:#B1DAFE;
	font-weight: 800;
	font-size:10px;}





