a:link {color:#CCCCCC;}
a:visited {color:#CCCCCC;}
a:hover {color:#FFFFFF;}
a:active {color:#333333;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

#caption {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    width:410px;

  }
  
#iconbox {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.4);
    width:99%;

  }

#wcaption {
    background: rgba(0, 0, 0, 0.8);
    width:400px;
    height:500px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-300px 0 0 -200px;

  }
h1 {
	  font-family: 'Raleway', serif;
	  color: white;
	  margin-left: 10px;
	  font-size: 14px;
	  font-weight: 600; 
	  line-height:16px;
	  }
h2 {
	  font-family: 'Raleway', serif;
	  color: white;
	  margin-left: 10px;
	  margin-right: 5px;
	  font-size: 14px;
	  font-weight: 600; 
	  line-height:24px;
  }
h3 {
	  font-family: 'Raleway', serif;
	  color: white;
	  margin-left: 10px;
	  font-size: 12px;
	  font-weight: 400;
	  line-height:14px;
  }
h4 {
	  font-family: 'Raleway', serif;
	  color: rgba(c, c, c, 0.1);
	  position:absolute;
	  margin-right: 10px;
	  margin-top: 5px;
	  font-size: 10px;
	  right:0px;
	  font-weight: 400;
	  line-height:-14px;
  }
h5 {
  	  font-family: 'Raleway', sans-serif;
	  color: white;
	  font-size: 10px;
	  font-weight: 400;
	  margin-left: 10px;
  }
h6 {
  	  font-family: 'Raleway', sans-serif;
	  color: white;
	  font-size: 11px;
	  font-weight: 400;
	  margin-top: 16px;
	  margin-left: 0px;
  }
