/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,700);

h1 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size:28px}


.bodytext { font-family: 'Rajdhani', sans-serif; font-weight: 400; font-size:18px}

.bottomtext { font-family: 'Rajdhani', sans-serif; font-weight: 400; font-size:17px; color: #666}
.bottomtextmini { font-family: 'Rajdhani', sans-serif; font-weight: 400; font-size:14px; color: #666}
.bottomtextfat { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size:25px; color: #666}

.menu { font-family: 'Rajdhani', sans-serif; font-weight: 500; font-size:22px}

a:link {
    color: #000;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: #000;
}

/* mouse over link */
a:hover {
    color: #888;
}

/* selected link */
a:active {
    color: #888;
}

a.menu:link {
   
   color:            #eee;
}

a.menu:visited {
   
   color:            #eee;
}

a.menu:hover {
  
   color:            #aaa;
}

a.menu:active {
   
   color:            #aaa;
}

html { 
background: url(back.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}