
a:link {
    color: #670000;
    text-decoration: none;
    }

a:visited {
    color: #840000;
    text-decoration: none;
    }

a:active {
    color: #8a2020;
    text-decoration: underline;
    } 

a:hover {
    text-decoration: underline;
    color: #888888;
    }



    




    * {
    box-sizing: border-box;
    }
    img {
    width: 100%;
    height: auto;
    }

    html {
    font-family: "Lucida Sans", sans-serif;
    }
    .embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    }
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


    .titlediv {
    background-image:url("images/backgrounds/craterblueblur.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-size: 140%;
    }

.bodydiv{
font-size: 125%;
}

.buttondiv{
font-size: 150%;
}



body{
    background-image:url("images/backgrounds/leaflines.JPG");
    background-position: center,center;
    background-size: 100% 100%;
    background-attachment:fixed;
    background-repeat:no-repeat;
    
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
}


.textbuttons a{
	text-align: center;
	font-size: 90%;
	
	display:block;
	float:left;
	
	margin-top:5px;
	height:100%;
	width:100%;
  
  

	text-decoration: none;
	
	padding-top:3px;
	padding-bottom:3px;
	padding-right:20px;
	padding-left:20px;
	
	border: 1px solid #000000;
	border-bottom: 0 solid #000000;
	
	color: #000000;
	text-shadow: 1px 1px 2px #000000;

	-moz-border-radius: 20px 20px 20px 20px;  
  	-webkit-border-radius: 20px 20px 20px 20px; 
	border-radius: 20px 20px 20px 20px;

}

.textbuttons a:hover {
	color: white;
	background-color: #343047;
	
	-o-box-shadow:      3px 2px 15px 3px #343047;
	-icab-box-shadow:   3px 2px 15px 3px #343047;
	-khtml-box-shadow:  3px 2px 15px 3px #343047;
	-moz-box-shadow:    3px 2px 15px 3px #343047;
	-webkit-box-shadow: 3px 2px 15px 3px #343047;
	box-shadow:         3px 2px 15px 3px #343047;
}

.textbuttons a:active {
	color: #000000;
	background-color: #343047;

	-o-box-shadow:      0px 2px 8px 3px #343047;
	-icab-box-shadow:   0px 2px 8px 3px #343047;
	-khtml-box-shadow:  0px 2px 8px 3px #343047;
	-moz-box-shadow:    0px 2px 8px 3px #343047;
	-webkit-box-shadow: 0px 2px 8px 3px #343047;
	box-shadow:         0px 2px 8px 3px #343047;
	
}

.buttonTable  { 
	display: block; 
}
.buttonTable  td {
	display: inline-block; 
}
.centerTable{
	margin-right:auto;
	margin-left:auto;
	max-width:75%
}




.titlequicklink a {
    color: #dddddd;
    font-size:80%;
    text-decoration: none;
    }
.titlequicklink a:visited {
    color: #dddddd;
    font-size:80%;
    text-decoration: none;
    }
.titlequicklink a:active {
    color: #bbbbbb;
    font-size:80%;
    text-decoration: underline;
    } 
.titlequicklink a:hover {
    text-decoration: underline;
    font-size:80%;
    color: #888888;
    }


.bodylink {
    color: #000000;
    text-decoration: none;
    }
.bodylink a {
    color: #000000;
    text-decoration: none;
    }
.bodylink a:visited {
    color: #000000;
    text-decoration: none;
    }
.bodylink a:active {
    color: #444444;
    text-decoration: underline;
    } 
.bodylink a:hover {
    text-decoration: underline;
    color: #555555;
    }



.textClick{
    cursor: pointer;
    }
span.textClick:hover {
    text-decoration: underline;
    color: #888888;
    }
span.textClick:active {
    color: #8a2020;
    text-decoration: underline;
    }
.file {
	padding-left:1em;
	background-color: #88555588;
	border-radius: 10px 10px 10px 10px;
}


.download {
	color: white;
	background-color: #550000;
	border-radius: 8px;
	margin-right:0px;
	margin-left:auto;
}
.download a{
    color: white;
    text-decoration: none;
}
.download a:hover{
    color: white;
    text-decoration: underline;
}

.teamCredits {
    font-size:50%;
    margin-right:auto;
    max-width:100%
    }
.teamCreditsTable{
    display: block;
    }
.teamCredit{

    text-align: center;

    display:block;
    float:left;
	
    margin-top:2px;
    margin-bottom:2px;
    margin-right:3px;
    margin-left:3px;
    
    text-decoration: none;
	
    padding-top:2px;
    padding-bottom:2px;
    padding-right:3px;
    padding-left:3px;
	
    border: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    }

.teamCredit a:link{
    color: inherit;
    text-decoration: none;
}
.teamCredit a:visited{
    color: inherit;
    text-decoration: none;
}
.teamCredit a:active {
    color: #8a2020;
    text-decoration: underline;
    } 

.teamCredit a:hover {
    text-decoration: underline;
    color: #888888;
    }

.mine a:link {
    color: #777777;
    text-decoration: none;
    }

.mine a:visited {
    color: #777777;
    text-decoration: none;
    }

.mine a:active {
    color: #8a2020;
    text-decoration: underline;
    } 

.mine a:hover {
    text-decoration: underline;
    color: #888888;
    }

