CSS kelas gaya

<div class="YOURCLASS"></div>

in css:

.YOURCLASS{
	// your css
}
guiliuri