	.startingLetter {
		font-family:		Verdana;
		font-size:			20px;
	}

	.startingLetter A{
		text-decoration:	none;
		color:				red;
	}

	.startingLetter A:HOVER {
		text-decoration:	underline;
		color:				red;
	}

	.startingLetterSelected {
		font-family:		Verdana;
		font-size:			24px;
	}

	.startingLetterSelected A{
		text-decoration:	none;
		color:				black;
	}

	.startingLetterSelected A:HOVER {
		text-decoration:	underline;
		color:				black;
	}

	.defaultRedBigFont {
		font-family:		Arial;
		font-size:			20px;
		color:				red;
	}

	.defaultRedBigFont A {
		text-decoration:		none;
	}

	.defaultRedBigFont A:HOVER {
		text-decoration:		underline;
	}

	.submitButton 		{
		width:                          100px;
		border-left-width:              1px;
		border-right-width:             1px;
		border-bottom-width:			1px;
		border-top-width:               1px;
		font-family:                    Verdana;
		font-size:                      12px;
		font-weight:					Bold;
		height:							20px;
		color:							red;
		background-color:				white;
	}

	.inputText {
			width:                          100px;
			border-left-width:              1px;
			border-right-width:             1px;
			border-bottom-width:            1px;
			border-top-width:               1px;
			font-family:                    Verdana;
			font-size:                      12px;
		}

	.normalLink {
		font-family:                    Verdana;
		font-size:                      12px;
		font-weight:					Bold;
		color:							red;
	}

	.normalLink A{
		text-decoration:				none;
		color:							red;
	}

	.normalLink A:HOVER {
		text-decoration:				underline;
		color:							red;
	}

