/*
	dandysavant.com styles

	Table of Contents:
		layout
                images
		type
*/


/* layout
-------------------------------------------------- */
body.all {
        background-color: #000;
        }

body
{
	background-attachment: fixed;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	image-border: 0px;
        font-family: Georgia, Times New Roman, serif;
        font-size: 11px;
        line-height: 12px;
}

td
{
        font-family: Georgia, Times New Roman, serif;
        font-size: 11px;
        line-height: 12px;
        text-align: justify;
}

#position {
        position:absolute;
        top: 35%;
        left:50%;
        font-family: Georgia, Times New Roman, serif;
        }


/* images
-------------------------------------------------- */
.fashion {
         padding: 2px;
         }


/* type
-------------------------------------------------- */
a:link 
{
        color: #fff;
}

a:visited
{
	color: #fff;
        text-decoration: underline;
}

a:hover
{
	color: #B3B3B3;
        text-decoration: none;
}

a:active
{
	color: #B3B3B3; 
	text-decoration: none;
}

.email {
        color: #fff;
        font-size: 11px;
        text-decoration: underline;
        }

.text 
{
        font-family: Georgia, Times New Roman, serif;
        font-size: 14px;
        letter-spacing: 0.2px;
        color: #000000;
}

.bottom 
{
        font-family: Georgia, Times New Roman, serif;
        font-size: 10px;
        letter-spacing: 0.7px;
        color: #fff;
}

.mini
{
        font-family: Georgia, Times New Roman, serif;
        font-size: 10px;
        font-weight: strong;
        line-height: 13px;
        color: #ffffff;
        text-transform: lowercase;
}