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

/*
Blue: #009cbd
*/

/* ---------------------------------------------------------- */
/* BASIC SETUP */
/* ---------------------------------------------------------- */


html  {
	margin: 20px;
    background-color: #009cbd;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300px;
	
}

#container {
	width: 600px;
	margin-right: 50px;
}



/* ---------------------------------------------------------- */
/* TABLE COMPONENTS */
/* ---------------------------------------------------------- */

table {
  	border: 1px solid #ffffff;
	width: 100%;
}

td {
  	border: 1px solid #ffffff;
	width: 150px;
	padding: 20px;
}







/* ---------------------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ---------------------------------------------------------- */


/*--------HEADINGS-------*/
h1,
h2,
h3  {
    font-weight: 300;
    text-transform: uppercase;
    
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;    
    letter-spacing: 1px;

}

h2 {
    font-size: 130%;
    word-spacing: 2px;
    text-align: left;
    margin-bottom: 10px;    
    letter-spacing: 1px;

}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}


/*--------LINKS-------*/
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    padding-bottom: 1px;
}

a:hover,
a:active {
    color: #555;
    text-decoration: none;
}




/* ---------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------- */

#footer {
	margin-top: 25px;
	border-top: thin #FFFFFF;
}
