@charset "utf-8";
/* CSS Document */

body {
    background-color: black;
    background-image: url('RR_2a.jpg');
    background-size: 100%;
	background-repeat: no-repeat;
    
}
    
@media only screen and (min-width: 600px)  {
    body {
    background-color: #020202;
    background-image: url('RR_2.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    }
    
  
}



#Title2 {
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 70%;
    padding-bottom: 15%;
    
}
    
#Links {
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 1%;
    padding-bottom: 20%;
    
}

#Copyright {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #363636;
    text-align: center;
    font-weight: bold;
    padding-top: 1%;
    padding-bottom: 2%;
}

    
a:link {
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
}

a:active {
    text-decoration: none;
    font-weight: bold;
} 





