﻿.t90
{
 font-size:26px;
 text-decoration:underline;
	color:#C20000; /* brown */
}
.t80
{
 font-size:24px;
 text-decoration:underline;
	color:#0000FF; /* blue */
}


.t70
{
 font-size:22px;
 text-decoration:underline;
	color:Red; /* Red */
}


.t60
{
 font-size:20px;
 text-decoration:underline;
	color:#FF931E; /* orange */
}

.t50
{
 font-size:18px;
 text-decoration:underline;
	color:#3FA9F5; /* light blue */
}

.t40
{
 font-size:16px;
 text-decoration:underline;
	color:#009245; /* green */
 
}

.t30
{
	font-size:14px;
	text-decoration:underline;
	color:#736357; /* gray-brown */
}

.t20
{
	font-size:13px;
	text-decoration:underline;
	color:#D4145A; /* purple */
}

.t10
{
	font-size:12px;
	text-decoration:underline;
	color:#A67C52; /* wood */
}