/* www.RStubbsGallery.com */
p
{
	margin: 0;
	padding: .5em 2em 0 2em;
	text-align: left;
}

p.dropcap:first-letter
{
	font-size: 150%;
	font-weight: bold;
	color: rgb(247,127,158);
}

p.note
{
    padding: .5em 4em 0 4em;
	color: rgb(124,049,177);
}


ul
{
    list-style-type: square;
    text-align:left;
}

/* FORMS */

input, textarea
    {
        color: black;
        font-size: 1em;
        font-family: Arial,sans-serif;
        font-weight: bold;
        text-align: left;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-top-color: black;
        border-right-color: black;
        border-bottom-color: rgb(153,153,153);
        border-left-color: rgb(153,153,153);
    }

/* LINKS */

A
    {
        font-size: 1em;
        font-weight:bold;
        text-decoration:underline;
        color:#000099;
    }
    
A:Visited
    {
        font-size: 1em;
        font-weight:bold;
        text-decoration:underline;
        color:#000099;
    }
    
A:Hover
    {
        font-size: 1em;
        font-weight:bold;
        text-decoration:underline;
        text-decoration: blink;
    }


/* SIZE & ALIGNMENT */
    
.small
    {
        font-size: 75%;
    }

.large
    {
        font-size: 125%;
    }
    
.left
    {
        text-align:left;
    }
    
.center
    {
        text-align:center;
    }
    
.right
    {
        text-align:right;
    }
    

h1
{
    text-align:center;
    font-size: 18px;
}

h2
{
    text-align:center;
    font-size: 14px;
}

h3
{
    text-align:center;
    font-size: 12px;
}

.margin
{
    margin: 6px 6px 6px 6px;
}

.marginat
{
    margin: 3px 3px 3px 3px;
    border: blue dotted 3px
}
    
