body {
	color: white;
	background: rgb(221,79,193);
    font-family: Century Gothic,Arial, sans-serif;
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

table.text {
    width: 320px;
    height: 130px
}

table.portrait {
    width: 320px;
    height: 390px
}

img.control {
    border: none;
}

a:active { color: white; }
a:hover { color: red; }
a:visited { color: white; }
a:link {color: blue; }


