<STYLE type="text/css">

    A:hover
    {
        text-decoration:        none;
        color:                  #ffffff;
        border:                 3px solid red;
    }
    A:link
    {
        text-decoration:        none;
        color:                  #0000cc;
    }
    A:visited
    {
        text-decoration:        none;
        color:                  #steelblue;
    }

    body
    {
        font-family:            'Centry Gothic','Comic Sans MS';
        color:                  white;
        background-color:       black;
    }

    h1
    {
        color:                  steelblue;
        font-size:              200%;
        text-align:             center;
    }

	.welcome
	{
		text-align: 	center;
	}

    .stuff_left
    {
        text-align:             left;
    }
    
    .stuff_center
    {
        text-align:             center;
    }
    
    .stuff_right
    {
        text-align:             right;
    }
    
    .stuff_list
    {
        text-align:             left;
        border-left:            1px solid white;
        line-height:            1;
    }


    
    .invisible
    {
        text-align:             center;
        color:            	black;
        line-height:            1;   
    }


    .xname
    {
        text-align:             left;
        color:            	blue;
        line-height:            1;   
    }


    .xnameout
    {
        text-align:             left;
        color:            	red;
        line-height:            1;   
    }
    
    
</STYLE>

