/*--------------------------------------------------------------------
	AT_URL.css

	Description: Cascaded Style Sheet for Andre Tkacenko's URL
	Author: Andre Tkacenko
	URL: http://www.systems.caltech.edu/andre/AT_URL.css
	Revision History:
		1.0 ---> 08/19/2010 - Original script completed
--------------------------------------------------------------------*/

/* Body */
body
{
	margin-left: 3%;
	margin-right: 3%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Secondary Headings */
h2, h3, h4, h5, h6
{
	font-style: italic;
	font-weight: bold;
}

/* Emphasized Text */
em
{
	font-style: italic;
	font-weight: bold;
}

/* Reddish Text */
.reddish-text
{
	color: #FF1100;
}

/* Greenish Text */
.greenish-text
{
	color: #33FF00;
}

/* Blueish Text */
.blueish-text
{
	color: #3333FF;
}

/* Wine Text */
.wine-text
{
	color: #CC0066;
}

/* Small Grey Text */
.smallgrey-text
{
	color: #888888;
	font-size: small;
	font-style: italic;
}

/* Small Red Text */
.smallred-text
{
	color: #ff8888;
	font-size: small;
	font-style: italic;
}

/* Centered Text */
.centered-text
{
	text-align: center;
}