/*

Basic Style Sheet for MissGiggles.com

*/

body{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 75px;
	margin-right: 75px;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	vertical-align: top;
/*	background: background;
	background-image : url(../images/styles/background.jpg);*/
}

.titlelarge1, .titlelarge2{
	font-size: 24px;
	/*
	.titlelarge1 font-color: main;
	.titlelarge2 font-color: side;
	*/
}

.titlesmall1, .titlesmall2{
	font-size: 18px;
	/*
	.titlesmall1 font-color: main;
	.titlesmall2 font-color: side;
	*/
}

.small1, .small2{
	font-size: 14px;
}

.menulink, a.menuvisited, a.menuhover {
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	/*
	font-color: background of page;
	a.menulink, a.menuvisted background: side
	a.menuhover background: main
	a*/
}

a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	/*
	a:link font-color: side;
	a:visited font-color: main;
	*/
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}

/*
COLOR SCHEMES

NORMAL
side => 060 - green
background => FFB - light yellow
extra => FD9 - medium yellow
main => 009 - blue

SPRING
side => 060 - green
background => CCF - light blue
extra => 88F - medium blue
main => 009 - blue

JULY

FALL
side => D50 - orange
background => FFB - light yellow
extra => FD9 - medium yellow
main => 900 - red

CHRISTMAS
side => 060 - green
background => CDC - light green
extra => 7C7 - medium green
main => 900 - red

WINTER
side => 666 - grey
background => DDD - light grey
extra => 999 - medium grey
main => 009 - blue

VALENTINE
side => 609 - purple
background => FCF - light pink
extra => FAF - medium pink
main => 900 - red

FANCY

*/