
a
{
font-family: "Comic Sans MS", "Comic Sans";
font-size: 18;
text-decoration: none;
}
a:active {	color : #0000FF;
					}

.menu { 	color : #0000FF;
		text-decoration: none;
		padding-right:10px;
		padding-left:10px;
		font: Comic Sans MS;

				}
.menu:active;visited {	color :  #FF0000;
					text-decoration: none;

					}
.menu:hover { text-decoration: underline;
					 }

#rc_notify{
  position: absolute; right: 0px; top: 0px;
  display: none; visibility: hidden;
  background-color: red; color: white;
  margin: 5px; padding: 3px
}
span > div#rc_notify {
  position: fixed;
}
.container{
	margin-bottom: 20;
	background-color: white;
	width:768px;
	border:1px solid blue;
	border-radius:25px;
	box-shadow: 6px 6px 2px #888888;

}
.container:hover { border:1px solid #FF0000;
					 }

.picshadow {

		box-shadow: 3px 3px 4px #000;
	}
	
