/*********************************************

"Basics"

Basic Layout Properties Stylesheet for
Laitaine.Net - http://www.laitaine.net/

Copyright © Laura Watkins 1999-2005
Email: laura@laitaine.net
Site: http://www.laitaine.net/

*********************************************/



.center
{
 text-align: center;
}

.justify
{
 text-align: justify;
}

.left
{
 text-align: left;
}

.right
{
 text-align: right;
}

.bold
{
 font-weight: bold;
}

.italic
{
 font-style: italic;
}

.small
{
 font-size: 10px;
}

.medium
{
 font-size: 13px;
}

.big
{
 font-size: 17px;
}

.smallcenter
{
 text-align: center;
 font-size: 10px;
}

.spaced
{
 line-height: 1.6;
}

.centerspaced
{
 text-align: center;
 line-height: 1.6;
}

.boldcenter
{
 text-align: center;
 font-weight: bold;
}

.indent
{
 margin-left: 16px;
}

.boldindent
{
 margin-left: 16px;
 font-weight: bold;
}


/* Links */

a
{
 text-decoration: none;
 cursor: crosshair;
}
