* {
  margin: 0;
  padding: 0;

  font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: black;
}

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


.tickers {
    color: black; 
    text-align: center;
}

#btc1 {
	font-size: 200%;
	color: #AAAAAA;
	text-align: center;
	margin-bottom: 3%;
}

#mtgoxtitle {
    font-size: 90%;
    color: #DDDDDD;
    text-align: center;
}

#mtgoxlast {
    font-size: 600%;
    color: black;
}

#mtgoxcurrency {
    font-size: 600%;
    color: black;
}

#mtgoxlow {
	display: inline-block;
	vertical-align: bottom;
	font-size: 100%;
	line-height: 600%;
	color: #BBBBBB; 
}

#mtgoxhigh {
  display: inline-block;
        font-size: 100%;
    line-height: 600%;
    color: #BBBBBB;
  vertical-align: top;
}

#mtgox {
    text-align: center;
}

#btce {
    float: left;
    margin-left: 1%;
}

#bitstamp {
    float: right;
    margin-right: 1%;
}

.exctitle {
    font-size: 90%;
    color: #DDDDDD;
    text-align: center;
}

.exclast {
    font-size: 300%;
    color: black;
}

.exccurrency {
    font-size: 300%;
    color: black;
}

.exclow {
  display: inline-block;
  vertical-align: bottom;
        font-size: 80%;
    line-height: 300%;
    color: #BBBBBB; 
}

.exchigh {
  display: inline-block;
        font-size: 80%;
    line-height: 300%;
    color: #BBBBBB;
  vertical-align: top;
}

.excname {
    text-align: center;
}

#exchrate {
    margin-top: 3%;
    text-align: center;
}

#credits {
	font-size: 60%;
	text-align: center;
	margin-top: 3%;
}

#donate {
	font-size: 60%;
	text-align: center;
}

#tweetboxin {
	text-align: center;
}	

#tweetboxout {
	text-align: center;
}	

.featfeed {
	text-align: center;
	font-size: 80%;
}
	
.exchfeed {
	text-align: center;
	font-size: 50%;
}
	
