table {
	margin-top: 20px;
	max-width: 800px;
}

/* Hikaru */
td.profile-h {
	padding: 20px;
	border-top: 1px dashed .800008;
	border-right: 1px dashed .800008;
	border-bottom: 1px dashed .800008;
	vertical-align: top;
}
td.profile-h-pic {
	border: 1px dashed .800008;
}
td.profile-h p.name {
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 180%;
}
td.profile-h p {
	font-weight: bold;
	color: #800008;
}
td.profile-h p.description {
	font-size: 120%;
	padding-left: 10px;
}
td.profile-h p.pullqoute {
	font-size: 120%;
	background-color: #FF8AB9;
	border: 1px dashed .800008;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* Umi */
td.profile-u {
	padding: 20px;
	border-top: 1px dashed .181858;
	border-right: 1px dashed .181858;
	border-bottom: 1px dashed .181858;
	vertical-align: top;
}
td.profile-u-pic {
	border: 1px dashed .181858;
}
td.profile-u p.name {
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 180%;
}
td.profile-u p {
	font-weight: bold;
	color: #181858;
}
td.profile-u p.description {
	font-size: 120%;
	padding-left: 10px;
}
td.profile-u p.pullqoute {
	font-size: 120%;
	background-color: #96B5FD;
	border: 1px dashed .181858;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* Fuu */
td.profile-f {
	padding: 20px;
	border-top: 1px dashed .005038;
	border-right: 1px dashed .005038;
	border-bottom: 1px dashed .005038;
	vertical-align: top;
}
td.profile-f-pic {
	border: 1px dashed .005038;
}
td.profile-f p.name {
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 180%;
}
td.profile-f p {
	font-weight: bold;
	color: #005038;
}
td.profile-f p.description {
	font-size: 120%;
	padding-left: 10px;
}
td.profile-f p.pullqoute {
	font-size: 120%;
	background-color: #80E8A8;
	border: 1px dashed .005038;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* Styles */
.style2 {color: #B83848}
.style3 {
	color: #FF0000;
	font-style: italic;
}
.style4 {color: #5850C8}
.style7 {
	color: #0000FF;
	font-style: italic;
}
.style8 {color: #208868}
.style9 {
	color: #12B000;
	font-style: italic;
}
.sprite {
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}