﻿.right_justify
{
	text-align: right;
}
.center_justify
{
	text-align: center;
}
.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}
.style_symbol
{
	font-family: Symbol;
	font-size: 1.3em;
}
.style_underline
{
	text-decoration: underline;
}
.style_big
{
	font-size: x-large;
}
.image_link
{
	margin: 5px;
	border-width: 0px;
}

