单项选择题

CSS 样式,怎样定义一个类“myclass”,将元素的宽度设为640px,高度设为480px ,外边距为30px?()

A.class.myclass {width:640px;height:480px;margin:30px;}
B.myclass.class {width:640px;height:480px;padding:30px;}
C.myclass {width:640px;height:480px;margin:30px;}
D.myclass {width:640px;height:480px;padding:30px;}