@charset "UTF-8";
/* CSS Document */

html {
	font-size:62.5%;
}

body {
	font:400 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:0;
}

p {
	font-size:1.8em;
	letter-spacing:0.25px;
	color:#777777;
	line-height:1.3em;
}

h1 {
	font-size:1.0em;
	letter-spacing:0.25px;
	color:#333333;
}

h2 {
	font-size:0.8em;
	letter-spacing:0.25px;
	color:#333333;
}

h3 {
	font-size:7.5em;
	letter-spacing:0.25px;
	color:#333333;
}

a:link {color:#777777; text-decoration:underline;}      /* unvisited link */
a:visited {color:#111111; text-decoration:underline;}  /* visited link */
a:hover {color:#02bfe9; text-decoration:underline;}  /* mouse over link */
a:active {color:#02bfe9;}  /* selected link */

.h1 a:link {color:#02bfe9; text-decoration:underline;}      /* unvisited link */
.h1 a:visited {color:#222222; text-decoration:underline;}  /* visited link */
.h1 a:hover {color:#777777; text-decoration:underline;}  /* mouse over link */
.h1 a:active {color:#02bfe9;}  /* selected link */

.grey {color: #999999}
.blue {color: #02bfe9}

#inner {
	padding:10px;
}

#twitter_update_list {
	font-size:0.8em;
	letter-spacing:0.25px;
	color:#333333;
	line-height:1.6em;
}