/*partydepot.css -- External CSS for Party Depot*/

body { 	background-color: #0033cc; line-height: 1.5em; 
	}

h1 { font-family: Elephant, sans-serif; font-size: 48px; color: yellow; text-align: center;
	}

h2 { font-family: Elephant, sans-serif; font-size: 36px; color: #FF9900; text-align: center;
	}

a:link { color: yellow;	text-decoration: none;
	}

a:visited { color: lime; text-decoration: underline;
	}

table { border-style: groove; border-width: medium; background:url(balloons.jpg);
	}

td, th { border: 1px solid black;
	 text-align: center;
	}

p { font-family: Comic Sans MS, sans-serif; color: #FF9900;
	}

.build { font-family: Georgia, sans; font-size: small; color: yellow;
	
	}

dd { color: #FF9900; font-size: 24px; font-family: Comic Sans MS, sans-serif; font-weight: bold;
	}

dt { color: #FF9900; font-style: normal; font-family: Comic Sans MS, sans-serif;
	}

ul, li { color: #FF9900; font-family: Comic Sans MS, sans-serif; font-size: 14px; font-style: italic;
	}

#footer { line-height: 1em;
	}

#contact { color: #FF9900; font-size: 20px; text-align: center;
	}

em { font-size: 18px; color: yellow;
	}



	
